Skip to content

Commit 6590f9d

Browse files
Merge pull request gradle#375 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 537d301 + f910ca4 commit 6590f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")
2424

25-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
25+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727

2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)