From 565f8b29091a736de0fd79a2f0946d96fac17efe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:38 +0000 Subject: [PATCH] Upgrade to SLF4J 2.0.12 Closes gh-39726 --- 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 13b1466e24b..d53a754dc3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1402,7 +1402,7 @@ bom { ] } } - library("SLF4J", "2.0.11") { + library("SLF4J", "2.0.12") { group("org.slf4j") { modules = [ "jcl-over-slf4j",