Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (except core kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2022
1 parent cf1d71d commit 66831b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
kotlin = "1.7.21"
okio = "3.2.0"
serialization = "1.4.1"
diktat = "1.2.4.1"
diktat = "1.2.4.2"
kotlinx-cli = "0.3.5"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.6.3-native-mt"
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 66831b2

Please sign in to comment.