Skip to content

Commit

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

---
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 Mar 17, 2022
1 parent dac41a0 commit 5db9e70
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.2"
implementation "com.amazon.ion:ion-java:1.9.2"
testImplementation "io.kotest:kotest-runner-junit5:5.2.1"
testImplementation "io.kotest:kotest-assertions-core:5.1.0"
testImplementation "io.kotest:kotest-assertions-core:5.2.1"
}

compileKotlin {
Expand Down

0 comments on commit 5db9e70

Please sign in to comment.