From f8a6efb15e05876c1474e79a2a2b5be0ae437b0e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:17:55 +0100 Subject: [PATCH] Upgrade to Log4j2 2.17.2 Closes gh-30299 --- 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 a01c030acf..8ff1b79f17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1105,7 +1105,7 @@ bom { ] } } - library("Log4j2", "2.17.1") { + library("Log4j2", "2.17.2") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"