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 1efe969 + 317d0ef commit 8f22194Copy full SHA for 8f22194
build.gradle.kts
@@ -25,7 +25,7 @@ repositories {
25
}
26
27
dependencies {
28
- testImplementation(platform("org.junit:junit-bom:5.9.2"))
+ testImplementation(platform("org.junit:junit-bom:5.9.3"))
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