From b821384c938b45f58576a5740189e86f79fdade2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:19:19 +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.20.0 to 2.21.1. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.20.0...rel/2.21.1) --- 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 777a393..49ce8c5 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.0")) - implementation(platform("org.apache.logging.log4j:log4j-bom:2.20.0")) + implementation(platform("org.apache.logging.log4j:log4j-bom:2.21.1")) } java.sourceCompatibility = JavaVersion.VERSION_1_8