From 2f7d62eae9dc796433e432f1f53f4301641c8a13 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:13:04 +0100 Subject: [PATCH] Upgrade to SLF4J 1.7.33 Closes gh-29427 --- 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 c59e471b2e5..66ab445be89 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1587,7 +1587,7 @@ bom { ] } } - library("SLF4J", "1.7.32") { + library("SLF4J", "1.7.33") { group("org.slf4j") { modules = [ "jcl-over-slf4j",