Skip to content

Commit

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

Updates `org.junit.platform:junit-platform-engine` from 1.10.0 to 1.10.1
- [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.10.0 to 1.10.1
- [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.10.0 to 1.10.1
- [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 Nov 6, 2023
1 parent 8fca532 commit 2a03269
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.10.0'
junitPlatformVersion = '1.10.1'
}

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.4.11'

junitJupiterVersion = '5.10.0'
junitPlatformVersion = '1.10.0'
junitPlatformVersion = '1.10.1'
}

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.10.0'
junitPlatformVersion = '1.10.0'
junitPlatformVersion = '1.10.1'
}

apply plugin: 'java'
Expand Down

0 comments on commit 2a03269

Please sign in to comment.