Skip to content

Commit

Permalink
chore(deps): update dependency io.kotest:kotest-assertions-core to v5…
Browse files Browse the repository at this point in the history
….5.4 (#466)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2022
1 parent 171255f commit ce88d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ kotlin {
val commonMain by getting
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.3.0")
implementation("io.kotest:kotest-assertions-core:5.5.4")
}
}
val commonNonJsMain by creating {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junit = "5.9.1"
ktoml = "0.3.0"
multiplatform-diff = "0.4.0"
kotlinpoet = "1.12.0"
kotest = "5.3.0"
kotest = "5.5.4"
sarif4k = "0.3.0"

[plugins]
Expand Down

0 comments on commit ce88d30

Please sign in to comment.