From 58be0ddf36cc4c2313f4ab94a7a038776210e1c5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:40:34 +0000 Subject: [PATCH] Upgrade to Log4j2 2.21.1 Closes gh-38137 --- 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 7aeb11c8b4..9fa74c8bc1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -834,7 +834,7 @@ bom { ] } } - library("Log4j2", "2.21.0") { + library("Log4j2", "2.21.1") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"