Skip to content

Commit

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

Updates `org.junit.platform:junit-platform-engine` 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)

Updates `org.junit.platform:junit-platform-runner` 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)

Updates `org.junit.platform:junit-platform-launcher` 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-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
  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 f14a2e6 commit 801cbc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junit5-engine-spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
}

ext {
junitPlatformVersion = '1.11.1'
junitPlatformVersion = '1.11.2'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-junit4-runner/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.1'
junitPlatformVersion = '1.11.1'
junitPlatformVersion = '1.11.2'
}

apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion junit5-launcher-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {

ext {
junitJupiterVersion = '5.11.1'
junitPlatformVersion = '1.11.1'
junitPlatformVersion = '1.11.2'
}

apply plugin: 'java'
Expand Down

0 comments on commit 801cbc8

Please sign in to comment.