From cb02944c71486989a9db0fd509bbde6c5e3284e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 18 Dec 2021 08:52:22 +0100 Subject: [PATCH 1/2] Upgrade to Log4j2 2.17.0 Closes gh-28983 --- 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 68823b1cd7d..a17d4b7109c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1057,7 +1057,7 @@ bom { ] } } - library("Log4j2", "2.16.0") { + library("Log4j2", "2.17.0") { group("org.apache.logging.log4j") { imports = [ "log4j-bom" From 012fbdd43db492f2a5e5f4af82ed03803c6df99b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 18 Dec 2021 08:53:04 +0100 Subject: [PATCH 2/2] Upgrade to Log4j2 2.17.0 Closes gh-28984 --- 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 6f9ae607044..4a2f1d27394 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1069,7 +1069,7 @@ bom { ] } } - library("Log4j2", "2.16.0") { + library("Log4j2", "2.17.0") { group("org.apache.logging.log4j") { imports = [ "log4j-bom"