From cec029e8c3ef9629129d4bb1247e77680530a559 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:33:04 +0000 Subject: [PATCH] Upgrade to SLF4J 2.0.7 Closes gh-34672 --- 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 1a31bed7bec6..dc0447f6aa92 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1306,7 +1306,7 @@ bom { ] } } - library("SLF4J", "2.0.6") { + library("SLF4J", "2.0.7") { group("org.slf4j") { modules = [ "jcl-over-slf4j",