Skip to content

Commit

Permalink
build(deps): Bump version.junit5.platform from 1.9.3 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps `version.junit5.platform` from 1.9.3 to 1.10.0.

Updates `org.junit.platform:junit-platform-engine` from 1.9.3 to 1.10.0
- [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.9.3 to 1.10.0
- [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.9.3 to 1.10.0
- [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-minor
- dependency-name: org.junit.platform:junit-platform-testkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 15, 2023
1 parent 81b6e4f commit beac675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pom.xml
Expand Up @@ -25,7 +25,7 @@
<!-- Arquillian Core common Deps, Test related -->
<version.javax.inject>1</version.javax.inject>
<version.junit>4.13.2</version.junit>
<version.junit5.platform>1.9.3</version.junit5.platform>
<version.junit5.platform>1.10.0</version.junit5.platform>
<version.junit5>5.9.3</version.junit5>
<version.mockito>4.10.0</version.mockito>
<version.testng>7.5</version.testng>
Expand Down

0 comments on commit beac675

Please sign in to comment.