From 51c6c885b97cbc0cd8812df30caee4c4ca3c4666 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 10:09:35 +0100 Subject: [PATCH] Upgrade to Log4j2 2.18.0 Closes gh-31589 --- 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 e1b8677bd6..b61884d658 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -854,7 +854,7 @@ bom { ] } } - library("Log4j2", "2.17.2") { + library("Log4j2", "2.18.0") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"