From f9b12ca01a2574333dedffee4abd694be1ab60a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Sep 2022 11:04:20 +0100 Subject: [PATCH] Upgrade to Log4j2 2.19.0 Closes gh-32498 --- 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 c1fe5c3eb70..beaf3bc1b73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -856,7 +856,7 @@ bom { ] } } - library("Log4j2", "2.18.0") { + library("Log4j2", "2.19.0") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"