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 4b75c23 commit 962ff02Copy full SHA for 962ff02
buildSrc/src/main/kotlin/config-kotlin.gradle.kts
@@ -67,9 +67,9 @@ testing {
67
val test by getting(JvmTestSuite::class) {
68
useKotlinTest(embeddedKotlinVersion)
69
dependencies {
70
- implementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
71
- implementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
72
- implementation("org.junit.platform:junit-platform-launcher:1.10.1")
+ implementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
+ implementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
+ implementation("org.junit.platform:junit-platform-launcher:1.12.2")
73
}
74
75
targets.configureEach {
0 commit comments