From ef388afe84b98d8a273c89e5e2fe8560c519c5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:20:45 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 (#9724) Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.24.2 to 2.24.3. - [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.24.2...rel/2.24.3) --- 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 182e892ce8..2cf3eb3f9e 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ ext { kotlinCoroutinesVersion = '1.8.1' kryoVersion = '5.6.2' lettuceVersion = '6.4.1.RELEASE' - log4jVersion = '2.24.2' + log4jVersion = '2.24.3' mailVersion = '2.0.3' micrometerTracingVersion = '1.4.0' micrometerVersion = '1.14.2'