From 1374491305f938c9d7d0513729495e4de11dbdd8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 08:46:27 +0200 Subject: [PATCH] Upgrade to SLF4J 1.7.31 Closes gh-26986 --- 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 43bc9537f6..3f0ac21a7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1492,7 +1492,7 @@ bom { ] } } - library("SLF4J", "1.7.30") { + library("SLF4J", "1.7.31") { group("org.slf4j") { modules = [ "jcl-over-slf4j",