From 7bb00396a14901bf21a30e0af3df53998d509e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 13 May 2025 15:51:45 +0200 Subject: [PATCH] Upgrade to Commons Logging 1.3.5 Closes gh-45526 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4b98b282cf..66d74a2b45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -227,7 +227,7 @@ bom { releaseNotes("https://commons.apache.org/proper/commons-lang/changes-report.html#a{version}") } } - library("Commons Logging", "1.3.4") { + library("Commons Logging", "1.3.5") { group("commons-logging") { modules = [ "commons-logging"