From 1f95480e484878588e4338ecbfbecf043141346e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:59 +0100 Subject: [PATCH] Upgrade to SLF4J 2.0.4 Closes gh-33311 --- 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 a2ff46f5ac0c..46471aa8ebcf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1308,7 +1308,7 @@ bom { ] } } - library("SLF4J", "2.0.3") { + library("SLF4J", "2.0.4") { group("org.slf4j") { modules = [ "jcl-over-slf4j",