Skip to content

Commit fd8fe3f

Browse files
authored
Merge pull request #141 from gradle/dependabot/gradle/org.junit-junit-bom-5.13.2
Bump org.junit:junit-bom from 5.13.1 to 5.13.2
2 parents 8d499de + dbaab6d commit fd8fe3f

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.13.1"))
10+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
1111
testImplementation("org.junit.jupiter:junit-jupiter")
1212
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1313
}

0 commit comments

Comments
 (0)