From f70cfb0b03a3dfb1b3227c04083f1ab781acc6ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:59 +0100 Subject: [PATCH] Upgrade to SLF4J 2.0.13 Closes gh-40397 --- 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 072ae31a0c8..b60ae14c821 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1471,7 +1471,7 @@ bom { ] } } - library("SLF4J", "2.0.12") { + library("SLF4J", "2.0.13") { group("org.slf4j") { modules = [ "jcl-over-slf4j",