Skip to content

Commit ce88d30

Browse files
chore(deps): update dependency io.kotest:kotest-assertions-core to v5.5.4 (#466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 171255f commit ce88d30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -70,7 +70,7 @@ kotlin {
7070
val commonMain by getting
7171
val commonTest by getting {
7272
dependencies {
73-
implementation("io.kotest:kotest-assertions-core:5.3.0")
73+
implementation("io.kotest:kotest-assertions-core:5.5.4")
7474
}
7575
}
7676
val commonNonJsMain by creating {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ junit = "5.9.1"
1010
ktoml = "0.3.0"
1111
multiplatform-diff = "0.4.0"
1212
kotlinpoet = "1.12.0"
13-
kotest = "5.3.0"
13+
kotest = "5.5.4"
1414
sarif4k = "0.3.0"
1515

1616
[plugins]

0 commit comments

Comments
 (0)