From f4f18d1d51c14f50e94a21cd0428a3e551a35b64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:29:35 +0200 Subject: [PATCH] Upgrade to SLF4J 2.0.9 Closes gh-37304 --- 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 685572ecae..1c1534e468 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("SLF4J", "2.0.7") { + library("SLF4J", "2.0.9") { group("org.slf4j") { modules = [ "jcl-over-slf4j",