From b30ff3c6b2567e2fd22496eb20ef011e57bd1591 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:20:20 +0200 Subject: [PATCH] Upgrade to SLF4J 2.0.9 Closes gh-37293 --- 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 6954305d52..85e87e4025 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1325,7 +1325,7 @@ bom { ] } } - library("SLF4J", "2.0.7") { + library("SLF4J", "2.0.9") { group("org.slf4j") { modules = [ "jcl-over-slf4j",