From 77ba6113490a8fae6fe882ece410146aae4defb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:58:48 +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.21.1 to 2.22.0. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.21.1...rel/2.22.0) --- 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 040e948..75ad4d7 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.10.1")) - implementation(platform("org.apache.logging.log4j:log4j-bom:2.21.1")) + implementation(platform("org.apache.logging.log4j:log4j-bom:2.22.0")) } java.sourceCompatibility = JavaVersion.VERSION_1_8