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 d9fa41d commit 0894645Copy full SHA for 0894645
build.gradle.kts
@@ -27,7 +27,7 @@ version = "2024.3.7"
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.12.1")
+ testImplementation("org.junit.platform:junit-platform-launcher:1.12.2")
31
implementation(kotlin("test"))
32
implementation("org.codehaus.jettison:jettison:1.5.4")
33
0 commit comments