From c874bfde4bdc30e3d4324484431b83ebed6a0b1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:47 +0100 Subject: [PATCH] Upgrade to SLF4J 1.7.36 Closes gh-29865 --- 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 a4591c3fa5..87d4cfcefc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1590,7 +1590,7 @@ bom { ] } } - library("SLF4J", "1.7.33") { + library("SLF4J", "1.7.36") { group("org.slf4j") { modules = [ "jcl-over-slf4j",