We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe681e5 + 27df301 commit 294a292Copy full SHA for 294a292
build.gradle.kts
@@ -25,7 +25,7 @@ repositories {
25
}
26
27
dependencies {
28
- testImplementation(platform("org.junit:junit-bom:5.9.3"))
+ testImplementation(platform("org.junit:junit-bom:5.11.0"))
29
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
30
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
31
0 commit comments