Skip to content

Commit 561e8bc

Browse files
authored
Merge pull request #360 from gradle/dependabot/gradle/org.junit-junit-bom-5.11.4
Bump org.junit:junit-bom from 5.11.3 to 5.11.4
2 parents 200cf09 + 2d9e0b2 commit 561e8bc

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.0.4")
2424

25-
testImplementation(platform("org.junit:junit-bom:5.11.3"))
25+
testImplementation(platform("org.junit:junit-bom:5.11.4"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727
}
2828

0 commit comments

Comments
 (0)