From 191bd8ca57cb65bedbc4ba3573e9ddf53432e924 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Jul 2021 10:05:58 +0100 Subject: [PATCH] Upgrade to SLF4J 1.7.32 Closes gh-27451 --- 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 e529c89dd324..f99c0836c91a 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.31") { + library("SLF4J", "1.7.32") { group("org.slf4j") { modules = [ "jcl-over-slf4j",