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.
1 parent 4567577 commit 36a6227Copy full SHA for 36a6227
build.gradle.kts
@@ -27,7 +27,7 @@ version = "2024.3.6"
27
dependencies {
28
testImplementation("org.jetbrains.kotlin:kotlin-test")
29
testImplementation("org.assertj:assertj-core:3.27.3")
30
- testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
+ testImplementation("org.junit.platform:junit-platform-launcher:1.12.1")
31
implementation(kotlin("test"))
32
implementation("org.codehaus.jettison:jettison:1.5.4")
33
0 commit comments