From b7b83453d7361fcd29402d42157ea2355d9204aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:21:34 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom in /auto-pipeline-examples Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 63ea430..63afefa 100644 --- a/auto-pipeline-examples/build.gradle.kts +++ b/auto-pipeline-examples/build.gradle.kts @@ -38,7 +38,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.junit:junit-bom:5.10.2")) implementation(platform("org.apache.logging.log4j:log4j-bom:2.23.1")) }