Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-suite from 1.10.3 to 1.11.0 (#16)
Browse files Browse the repository at this point in the history
Bumps [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) from 1.10.3 to 1.11.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-suite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 84a41a2 commit aa79d57
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 @@ -30,7 +30,7 @@ dependencies {
testImplementation(KoTest.runner)
testImplementation("com.approvaltests:approvaltests:22.3.3")

testImplementation("org.junit.platform:junit-platform-suite:1.10.3")
testImplementation("org.junit.platform:junit-platform-suite:1.11.0")
testImplementation("io.cucumber:cucumber-java:$cucumberVersion")
testImplementation("io.cucumber:cucumber-java8:$cucumberVersion")
testImplementation("io.cucumber:cucumber-junit-platform-engine:$cucumberVersion")
Expand Down

0 comments on commit aa79d57

Please sign in to comment.