From 95a8e5eda5108e53a2c9b5b2babbe4a3811cd425 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 14:48:17 +0100 Subject: [PATCH] Upgrade to Log4j2 2.15.0 Closes gh-28986 --- 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 f45a903889..55b2989db6 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.14.1") { + library("Log4j2", "2.15.0") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"