Skip to content

Commit 5ef20e7

Browse files
authored
Merge pull request #122 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 c945d7b + 900b644 commit 5ef20e7

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

0 commit comments

Comments
 (0)