From 1ea6995770c4a74ca61d976369145c2436dcba9b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:20 +0200 Subject: [PATCH] Upgrade to SLF4J 1.7.31 Closes gh-27283 --- 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 e3c3a60d7a..2c3776dd8e 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.30") { + library("SLF4J", "1.7.31") { group("org.slf4j") { modules = [ "jcl-over-slf4j",