From 731f867d54a60774fb69efabcd689dd55ffaf359 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:27 +0000 Subject: [PATCH] Upgrade to Log4j2 2.14.1 Closes gh-25672 --- 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 ad9686f900d..109fcd34c67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1019,7 +1019,7 @@ bom { ] } } - library("Log4j2", "2.14.0") { + library("Log4j2", "2.14.1") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"