From ccabfe7b8c39e8427aa9935ccaa82dba37002ef1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:33 +0000 Subject: [PATCH] Upgrade to Log4j2 2.13.0 Closes gh-19920 --- 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 8240562fd5..e9eff40190 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1005,7 +1005,7 @@ bom { ] } } - library("Log4j2", "2.12.1") { + library("Log4j2", "2.13.0") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"