From 613cc4f5b9fd51dd84e97b8a702edc3cf6cc062a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 09:03:13 +0100 Subject: [PATCH] Upgrade to Log4j2 2.21.0 Closes gh-37907 --- 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 91d3e2b4062..c6a36d1624c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -838,7 +838,7 @@ bom { ] } } - library("Log4j2", "2.20.0") { + library("Log4j2", "2.21.0") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"