Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5-jvm from 5.9.0 to 5.9.1
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.0...v5.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 6823d86 commit 2093b51
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 @@ -51,7 +51,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.0")
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
}

tasks {
Expand Down

0 comments on commit 2093b51

Please sign in to comment.