Skip to content

Commit

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

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

Updates `org.junit.platform:junit-platform-engine` from 1.10.1 to 1.10.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.10.1 to 1.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-testkit` from 1.10.1 to 1.10.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-commons
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-testkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jlink committed Feb 5, 2024
1 parent 0313063 commit 692f43c
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.1'
junitPlatformVersion = '1.10.2'
junitJupiterVersion = '5.10.1'
apiGuardianVersion = '1.1.2'
opentest4jVersion = '1.3.0'
Expand Down

0 comments on commit 692f43c

Please sign in to comment.