Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and plastic-karma committed Mar 28, 2022
1 parent 8d5110c commit 9a4cfc9
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 @@ -17,7 +17,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.2"
implementation "com.amazon.ion:ion-java:1.9.3"
testImplementation "io.kotest:kotest-runner-junit5:5.2.1"
testImplementation "io.kotest:kotest-runner-junit5:5.2.2"
testImplementation "io.kotest:kotest-assertions-core:5.2.2"
}

Expand Down

0 comments on commit 9a4cfc9

Please sign in to comment.