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 6e04f70 commit cab8911Copy full SHA for cab8911
buildSrc/src/main/kotlin/com/saveourtool/sarifutils/buildutils/kotlin-library.gradle.kts
@@ -58,7 +58,7 @@ kotlin {
58
val jvmTest by getting {
59
dependencies {
60
implementation(kotlin("test-junit5"))
61
- implementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
+ implementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
62
}
63
64
gradle/libs.versions.toml
@@ -7,8 +7,8 @@ diktat = "1.2.5"
7
kotlinx-cli = "0.3.6"
8
kotlinx-datetime = "0.6.0"
9
kotlinx-coroutines = "1.6.3-native-mt"
10
-junit = "5.10.3"
11
-multiplatform-diff = "0.5.0"
+junit = "5.11.0"
+multiplatform-diff = "0.7.0"
12
kotlinpoet = "1.18.1"
13
sarif4k = "0.6.0"
14
kotlin-logging = "3.0.5"
0 commit comments