From 35733199ab8e76974d164a46fa9253ac4885d5b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:39:50 +0200 Subject: [PATCH] Upgrade to SLF4J 2.0.9 Closes gh-37330 --- 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 ca8c0062c6..25308bee5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1469,7 +1469,7 @@ bom { ] } } - library("SLF4J", "2.0.7") { + library("SLF4J", "2.0.9") { group("org.slf4j") { modules = [ "jcl-over-slf4j",