Skip to content

Commit 23793a2

Browse files
authored
Merge pull request #132 from gradle/dependabot/gradle/org.junit-junit-bom-5.12.2
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
2 parents ad135a7 + 4a24fab commit 23793a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.1"))
10+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
1111
testImplementation("org.junit.jupiter:junit-jupiter")
1212
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1313
}

0 commit comments

Comments
 (0)