From 4a01cfccbb3ab88d47ee7993e8e355bded4ab8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Mar 2026 15:03:55 +0100 Subject: [PATCH] Upgrade to Commons Logging 1.3.6 Closes gh-49549 --- 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 941dee781ec..3906e7a5dc4 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -284,7 +284,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"