Skip to content

Commit deb193b

Browse files
authored
Merge pull request #129 from gradle/dependabot/gradle/org.junit-junit-bom-5.12.1
Bump org.junit:junit-bom from 5.12.0 to 5.12.1
2 parents 22adfe3 + 5dde869 commit deb193b

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)