Skip to content

Commit

Permalink
Bump junit.platform.version from 1.10.1 to 1.10.3 (#9)
Browse files Browse the repository at this point in the history
Bumps `junit.platform.version` from 1.10.1 to 1.10.3.

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

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

Updates `org.junit.platform:junit-platform-suite-engine` from 1.10.1 to 1.10.3
- [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-runner
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 779132f commit 51e46de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<!-- additional dependencies -->
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<junit.platform.version>1.10.1</junit.platform.version>
<junit.platform.version>1.10.3</junit.platform.version>

<!-- additional plugin dependencies -->
<maven.license.plugin>2.3.0</maven.license.plugin>
Expand Down

0 comments on commit 51e46de

Please sign in to comment.