From ce08985bd47dfda647c4e2308aa1cf71ea7a2865 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:01 +0000 Subject: [PATCH] Upgrade to Log4j2 2.22.1 Closes gh-39015 --- 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 ad55b5520c6..eba90f5d9e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -839,7 +839,7 @@ bom { ] } } - library("Log4j2", "2.21.1") { + library("Log4j2", "2.22.1") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"