From c57ca65eb8da890d8f801c4af2c1a543483119a7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:15:05 +0100 Subject: [PATCH] Upgrade to Log4j2 2.14.0 Closes gh-24917 --- 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 92647f3d02..8dce2fc935 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -945,7 +945,7 @@ bom { ] } } - library("Log4j2", "2.13.3") { + library("Log4j2", "2.14.0") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"