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 f630273 commit 7432bc1Copy full SHA for 7432bc1
build.gradle.kts
@@ -67,7 +67,7 @@ dependencies {
67
68
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:${libs.versions.kotlin.get()}")
69
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
70
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
71
}
72
73
val dependencyVersions = listOf(
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
-junitJupiter = "5.13.1"
3
-junitPlatform = "1.13.1"
+junitJupiter = "5.13.2"
+junitPlatform = "1.13.2"
4
kotlin = "2.1.21"
5
kotlinVersionrange = "[1.6,3)"
6
logback = "1.3.15"
0 commit comments