From 84ef1f7c21d9951e2ded1dc6bca934cf7622ccec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 18 Dec 2021 08:53:36 +0100 Subject: [PATCH] Upgrade to Log4j2 2.17.0 Closes gh-28985 --- 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 f71fbb4ed5..4ce7bffb48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1069,7 +1069,7 @@ bom { ] } } - library("Log4j2", "2.16.0") { + library("Log4j2", "2.17.0") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"