Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5 from 5.7.2 to 5.8.0
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.7.2...v5.8.0)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
1 parent f1a0a5b commit e0c7bfd
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 @@ -22,7 +22,7 @@ repositories {
}

dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
}

Expand Down

0 comments on commit e0c7bfd

Please sign in to comment.