Skip to content

Commit 7660c93

Browse files
dependabot[bot]zavakid
authored andcommitted
chore(deps): bump org.junit:junit-bom in /auto-pipeline-examples
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e769dbb commit 7660c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-pipeline-examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
*/
3939
val kotlinVersion = project.getKotlinPluginVersion()
4040
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"))
41-
implementation(platform("org.junit:junit-bom:5.11.4"))
41+
implementation(platform("org.junit:junit-bom:5.12.1"))
4242
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
4343
}
4444

0 commit comments

Comments
 (0)