Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit4 from 5.9.0 to 5.9.1
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-runner-junit4](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-junit4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 7, 2024
1 parent b385db4 commit 507b25b
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 @@ -24,7 +24,7 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.0'
testImplementation 'junit:junit:4.13.2'
testImplementation "pl.pragmatists:JUnitParams:1.1.1"
testImplementation 'io.kotest:kotest-runner-junit4:5.9.0'
testImplementation 'io.kotest:kotest-runner-junit4:5.9.1'
testImplementation 'io.kotest:kotest-assertions-core:5.9.0'
testImplementation 'io.kotest:kotest-property:5.9.0'
}
Expand Down

0 comments on commit 507b25b

Please sign in to comment.