@@ -8,12 +8,11 @@ gradleUpdateVersions = "1.1.0"
88gradleVersions = " 0.53.0"
99# @keep used manually for jacoco config, see build.gradle.kts
1010jacoco = " 0.8.14"
11- junit-jupiter = " 6.0.3"
12- junit-platform = " 6.0.3"
11+ junit = " 6.0.3"
1312# @keep jvm target
1413jvm = " 17"
15- kotest = " 6.1.4 "
16- kotlin = " 2.3.10 "
14+ kotest = " 6.1.10 "
15+ kotlin = " 2.3.20 "
1716kotlinter = " 5.4.2"
1817kotlinx-serialization = " 1.10.0"
1918mockk = " 1.14.9"
@@ -22,10 +21,10 @@ nmcp = "1.4.4"
2221[libraries ]
2322bouncycastle = { module = " org.bouncycastle:bcprov-jdk18on" , version.ref = " bouncycastle" }
2423clikt = { module = " com.github.ajalt.clikt:clikt" , version.ref = " clikt" }
25- junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit-jupiter " }
26- junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit-jupiter " }
27- junit-jupiter-params = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junit-jupiter " }
28- junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit-platform " }
24+ junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
25+ junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
26+ junit-jupiter-params = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junit" }
27+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
2928kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
3029kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinx-serialization" }
3130mockk = { module = " io.mockk:mockk" , version.ref = " mockk" }
0 commit comments