Skip to content

Commit

Permalink
Bump junitPlatformVersion from 1.10.3 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps `junitPlatformVersion` from 1.10.3 to 1.11.0.

Updates `org.junit.platform:junit-platform-commons` from 1.10.3 to 1.11.0
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](https:/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-engine` from 1.10.3 to 1.11.0
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](https:/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](https:/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-testkit` from 1.10.3 to 1.11.0
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](https:/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.platform:junit-platform-testkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jlink committed Aug 19, 2024
1 parent 74cc701 commit b9a59c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static def javaTargetVersion() {
}

ext {
junitPlatformVersion = '1.10.3'
junitPlatformVersion = '1.11.0'
junitJupiterVersion = '5.10.3'
apiGuardianVersion = '1.1.2'
opentest4jVersion = '1.3.0'
Expand Down

0 comments on commit b9a59c1

Please sign in to comment.