Skip to content

Commit 294a292

Browse files
authored
Merge pull request #109 from remotemobprogramming/dependabot/gradle/org.junit-junit-bom-5.11.0
Bump org.junit:junit-bom from 5.9.3 to 5.11.0
2 parents fe681e5 + 27df301 commit 294a292

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
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
dependencies {
28-
testImplementation(platform("org.junit:junit-bom:5.9.3"))
28+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
3030
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
3131
}

0 commit comments

Comments
 (0)