Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-assertions-core to v5.5…
Browse files Browse the repository at this point in the history
….2 (#175)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2022
1 parent d3a1b2a commit f9f0492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.5.1")
implementation("io.kotest:kotest-assertions-core:5.5.2")
implementation("io.kotest:kotest-framework-engine:5.5.2")
}
}
Expand Down
2 changes: 1 addition & 1 deletion mutators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kotlin {
}
val commonTest by getting {
dependencies {
implementation("io.kotest:kotest-assertions-core:5.5.1")
implementation("io.kotest:kotest-assertions-core:5.5.2")
implementation("io.kotest:kotest-framework-engine:5.5.2")
}
}
Expand Down

0 comments on commit f9f0492

Please sign in to comment.