Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-suite from 1.11.1 to 1.11.2
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.11.1 to 1.11.2.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent e7617e1 commit ba76012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junit5-cucumber-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
logbackVersion = '1.5.8'

junitJupiterVersion = '5.11.2'
junitPlatformSuiteVersion = '1.11.1'
junitPlatformSuiteVersion = '1.11.2'
cucumberVersion = '7.20.0'
seleniumJavaVersion = '4.25.0'
webdrivermanagerVersion = '5.9.2'
Expand Down
2 changes: 1 addition & 1 deletion junit5-cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
logbackVersion = '1.5.8'

junitJupiterVersion = '5.11.2'
junitPlatformSuiteVersion = '1.11.1'
junitPlatformSuiteVersion = '1.11.2'
cucumberVersion = '7.20.0'
}

Expand Down

0 comments on commit ba76012

Please sign in to comment.