From 4f85d8a4b0c5482b70891c43c26886b74c17ff56 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 14:46:11 +0100 Subject: [PATCH] Upgrade to Log4j2 2.15.0 Closes gh-28984 --- 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 ae175268ad..7b53bdf990 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.14.1") { + library("Log4j2", "2.15.0") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"