From c8adaa8527d859c036f4dc75c22c2338f50cb494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 14:27:46 +0100 Subject: [PATCH] Upgrade to Commons Logging 1.3.6 Closes gh-49545 --- 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 dcd9b6cd2af..323d944d9c9 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -244,7 +244,7 @@ bom { releaseNotes("https://commons.apache.org/proper/commons-lang/changes.html#a{version}") } } - library("Commons Logging", "1.3.5") { + library("Commons Logging", "1.3.6") { group("commons-logging") { modules = [ "commons-logging"