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
…571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 0788134 commit 02e8d03
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 @@ -51,7 +51,7 @@ kotlin {
sourceSets {
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.8.0")
implementation("io.kotest:kotest-assertions-core:5.8.1")
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ junit = "5.10.2"
ktoml = "0.5.1"
multiplatform-diff = "0.5.0"
kotlinpoet = "1.16.0"
kotest = "5.8.0"
kotest = "5.8.1"
sarif4k = "0.5.0"
sarif-utils = "0.2.2"
log4j = "2.23.0"
log4j = "2.23.1"

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

0 comments on commit 02e8d03

Please sign in to comment.