From 67fe6c0fea52ada0f215c73b1bb099e4e261067f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:22:59 +0000 Subject: [PATCH] Upgrade to Commons Lang3 3.20.0 Closes gh-48737 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 92f5e598b41..b2914fcde8b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -230,7 +230,7 @@ bom { releaseNotes("https://commons.apache.org/proper/commons-dbcp/changes-report.html#a{version}") } } - library("Commons Lang3", "3.19.0") { + library("Commons Lang3", "3.20.0") { group("org.apache.commons") { modules = [ "commons-lang3"