From 1d8e3a865ecf0360c14e1fe76d4ab31bb7bc382e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 14:44:50 +0100 Subject: [PATCH] Upgrade to Log4j2 2.15.0 Closes gh-28983 --- 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 6758ca38f49..c5affb8749c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1057,7 +1057,7 @@ bom { ] } } - library("Log4j2", "2.14.1") { + library("Log4j2", "2.15.0") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"