Skip to content

Commit

Permalink
chore(deps): update dependency io.kotest:kotest-assertions-core-jvm t…
Browse files Browse the repository at this point in the history
…o v5.1.0 (#45)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 17, 2022
1 parent 7f5ddb4 commit c1985af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ testing {
dependencies {
// Kotest
implementation("io.kotest:kotest-runner-junit5-jvm:5.1.0")
implementation("io.kotest:kotest-assertions-core-jvm:5.0.3")
implementation("io.kotest:kotest-assertions-core-jvm:5.1.0")
implementation("io.kotest:kotest-assertions-kotlinx-time-jvm:4.4.3")

// Date/Time
Expand Down
2 changes: 1 addition & 1 deletion generators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ testing {

// Kotest
implementation("io.kotest:kotest-runner-junit5-jvm:5.1.0")
implementation("io.kotest:kotest-assertions-core-jvm:5.0.3")
implementation("io.kotest:kotest-assertions-core-jvm:5.1.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion mutators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ testing {
dependencies {
// Kotest
implementation("io.kotest:kotest-runner-junit5-jvm:5.1.0")
implementation("io.kotest:kotest-assertions-core-jvm:5.0.3")
implementation("io.kotest:kotest-assertions-core-jvm:5.1.0")
}
}
}
Expand Down

0 comments on commit c1985af

Please sign in to comment.