Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5 from 5.5.4 to 5.6.2 (#93)
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.4...v5.6.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent cebe9aa commit 41fc256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0")

testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
testImplementation("net.swiftzer.semver:semver:1.2.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
Expand Down

0 comments on commit 41fc256

Please sign in to comment.