From 1667c39877e7c41e299a7f9f5e56acbf95d6d1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:38:28 +0000 Subject: [PATCH] chore(deps): bump org.apache.logging.log4j:log4j-bom Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.23.1 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.23.1...rel/2.24.3) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auto-pipeline-examples/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-pipeline-examples/build.gradle.kts b/auto-pipeline-examples/build.gradle.kts index 4671d3d..44ee660 100644 --- a/auto-pipeline-examples/build.gradle.kts +++ b/auto-pipeline-examples/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { val kotlinVersion = project.getKotlinPluginVersion() implementation(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}")) implementation(platform("org.junit:junit-bom:5.11.0")) - implementation(platform("org.apache.logging.log4j:log4j-bom:2.23.1")) + implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3")) } java.sourceCompatibility = JavaVersion.VERSION_1_8