Skip to content

Commit

Permalink
Bump kotest-assertions-core from 5.3.0 to 5.4.2
Browse files Browse the repository at this point in the history
Bumps [kotest-assertions-core](https://github.com/kotest/kotest) from 5.3.0 to 5.4.2.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.3.0...v5.4.2)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and plastic-karma committed Sep 8, 2022
1 parent fe0ef05 commit 62b9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.3"
implementation "com.amazon.ion:ion-java:1.9.4"
testImplementation "io.kotest:kotest-runner-junit5:5.3.0"
testImplementation "io.kotest:kotest-assertions-core:5.3.0"
testImplementation "io.kotest:kotest-assertions-core:5.4.2"
}

compileKotlin {
Expand Down

0 comments on commit 62b9833

Please sign in to comment.