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 79e8818 commit 969031bCopy full SHA for 969031b
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.13.4")
68
- implementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
69
- implementation("org.junit.platform:junit-platform-launcher:1.13.4")
+ implementation("org.junit.jupiter:junit-jupiter-engine:5.14.0")
+ implementation("org.junit.jupiter:junit-jupiter-params:5.14.0")
+ implementation("org.junit.platform:junit-platform-launcher:1.14.0")
70
}
71
72
targets.configureEach {
0 commit comments