Skip to content

Commit

Permalink
Bump kotest-runner-junit5 from 5.0.1 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.0.1...v5.0.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 Dec 13, 2021
1 parent 2c3e338 commit 89fcf11
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.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.1"
implementation "com.amazon.ion:ion-java:1.9.0"
testImplementation "io.kotest:kotest-runner-junit5:5.0.1"
testImplementation "io.kotest:kotest-runner-junit5:5.0.2"
testImplementation "io.kotest:kotest-assertions-core:5.0.1"
}

Expand Down

0 comments on commit 89fcf11

Please sign in to comment.