From 98e19999d01bea38385ef4d15518c39037657cc0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:46 +0100 Subject: [PATCH] Upgrade to Log4j2 2.13.3 Closes gh-21854 --- 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 d0c0393353..30775a6ad2 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"