From cfcb850ca88ee6a68d44a42bcb55bac5102b260a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:10:53 +0000 Subject: [PATCH] Bump log4jVersion from 2.24.0 to 2.24.1 Bumps `log4jVersion` from 2.24.0 to 2.24.1. Updates `org.apache.logging.log4j:log4j-bom` from 2.24.0 to 2.24.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.24.0...rel/2.24.1) Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.0 to 2.24.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f5fd35186..1393e7445d 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ ext { junit4Version = '4.13.2' junitJupiterVersion = '5.11.1' kotlinCoroutinesVersion = '1.8.1' - log4jVersion = '2.24.0' + log4jVersion = '2.24.1' logbackVersion = '1.5.8' lz4Version = '1.8.0' micrometerDocsVersion = '1.0.4'