From 40c9029e3cb1eadc20dae1a27f5e5046cffd87a3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:27 +0100 Subject: [PATCH] Upgrade to Log4j2 2.13.3 Closes gh-21964 --- 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 6c7f123b60..d85a4d7520 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1021,7 +1021,7 @@ bom { ] } } - library("Log4j2", "2.13.2") { + library("Log4j2", "2.13.3") { group("org.apache.logging.log4j") { modules = [ "log4j-to-slf4j"