Skip to content

Commit 5dde869

Browse files
Bump org.junit:junit-bom from 5.12.0 to 5.12.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22adfe3 commit 5dde869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
10+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
1111
testImplementation("org.junit.jupiter:junit-jupiter")
1212
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1313
}

0 commit comments

Comments
 (0)