From 637924aee1919c2fc20409e6351abff9f0402169 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Dec 2021 11:31:22 +0100 Subject: [PATCH] Upgrade to Log4j2 2.17.1 Closes gh-29186 --- 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 69f33ab4b4..0d30302aa9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -757,7 +757,7 @@ bom { ] } } - library("Log4j2", "2.17.0") { + library("Log4j2", "2.17.1") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"