Skip to content

Commit

Permalink
Bump junit.platform.version from 1.11.0 to 1.11.1
Browse files Browse the repository at this point in the history
Bumps `junit.platform.version` from 1.11.0 to 1.11.1.

Updates `org.junit.platform:junit-platform-runner` from 1.11.0 to 1.11.1
- [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.11.0 to 1.11.1
- [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.11.0 to 1.11.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-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 27c091f commit 00e103f
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.11.1</junit.jupiter.version>
<junit.platform.version>1.11.0</junit.platform.version>
<junit.platform.version>1.11.1</junit.platform.version>

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

0 comments on commit 00e103f

Please sign in to comment.