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 98c9aed commit b963708Copy full SHA for b963708
build.gradle.kts
@@ -27,7 +27,7 @@ version = "2023.4.2"
27
dependencies {
28
testImplementation("org.jetbrains.kotlin:kotlin-test")
29
testImplementation("org.assertj:assertj-core:3.26.0")
30
- testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
+ testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
31
implementation(kotlin("test"))
32
implementation("org.codehaus.jettison:jettison:1.5.4")
33
0 commit comments