Skip to content

Commit cab8911

Browse files
Update all non-major dependencies (except core Kotlin)
1 parent 6e04f70 commit cab8911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/com/saveourtool/sarifutils/buildutils/kotlin-library.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ kotlin {
5858
val jvmTest by getting {
5959
dependencies {
6060
implementation(kotlin("test-junit5"))
61-
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
61+
implementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
6262
}
6363
}
6464
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ diktat = "1.2.5"
77
kotlinx-cli = "0.3.6"
88
kotlinx-datetime = "0.6.0"
99
kotlinx-coroutines = "1.6.3-native-mt"
10-
junit = "5.10.3"
11-
multiplatform-diff = "0.5.0"
10+
junit = "5.11.0"
11+
multiplatform-diff = "0.7.0"
1212
kotlinpoet = "1.18.1"
1313
sarif4k = "0.6.0"
1414
kotlin-logging = "3.0.5"

0 commit comments

Comments
 (0)