From 971ff72e631125b061f810502a4776ba7452f7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:36:34 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.23.0 to 2.23.1 (#9021) Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.23.0 to 2.23.1. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.23.0...rel/2.23.1) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a5c3f3646..b138424a53 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ ext { kotlinCoroutinesVersion = '1.8.0' kryoVersion = '5.6.0' lettuceVersion = '6.3.2.RELEASE' - log4jVersion = '2.23.0' + log4jVersion = '2.23.1' mailVersion = '2.0.3' micrometerTracingVersion = '1.3.0-SNAPSHOT' micrometerVersion = '1.13.0-SNAPSHOT'