Skip to content

Commit 02e8d03

Browse files
chore(deps): update all non-major dependencies (except core kotlin) (#571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0788134 commit 02e8d03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ kotlin {
5151
sourceSets {
5252
val commonTest by getting {
5353
dependencies {
54-
implementation("io.kotest:kotest-assertions-core:5.8.0")
54+
implementation("io.kotest:kotest-assertions-core:5.8.1")
5555
implementation(kotlin("test-common"))
5656
implementation(kotlin("test-annotations-common"))
5757
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ junit = "5.10.2"
1010
ktoml = "0.5.1"
1111
multiplatform-diff = "0.5.0"
1212
kotlinpoet = "1.16.0"
13-
kotest = "5.8.0"
13+
kotest = "5.8.1"
1414
sarif4k = "0.5.0"
1515
sarif-utils = "0.2.2"
16-
log4j = "2.23.0"
16+
log4j = "2.23.1"
1717

1818
[plugins]
1919
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }

0 commit comments

Comments
 (0)