Skip to content

Commit e6f1e72

Browse files
authored
Merge pull request #383 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 ff74bfd + 868fce7 commit e6f1e72

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
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
implementation("com.gradle:develocity-gradle-plugin-adapters:1.2.1")
2424

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

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

0 commit comments

Comments
 (0)