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 a0668eb commit e1b4a1bCopy full SHA for e1b4a1b
buildSrc/src/main/kotlin/config-kotlin.gradle.kts
@@ -64,9 +64,9 @@ testing {
64
val test by getting(JvmTestSuite::class) {
65
useKotlinTest(embeddedKotlinVersion)
66
dependencies {
67
- implementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
68
- implementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
69
- implementation("org.junit.platform:junit-platform-launcher:1.12.2")
+ implementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
+ implementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
+ implementation("org.junit.platform:junit-platform-launcher:1.13.4")
70
}
71
72
targets.configureEach {
0 commit comments