From 2bbd4929c130f6870a020fa819b3f3e524d3baea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:19:58 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 (#2925) 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 4c4f9094b..8eba02a4c 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext { junit4Version = '4.13.2' junitJupiterVersion = '5.11.3' kotlinCoroutinesVersion = '1.8.1' - log4jVersion = '2.24.2' + log4jVersion = '2.24.3' logbackVersion = '1.5.12' micrometerDocsVersion = '1.0.4' micrometerVersion = '1.14.2'