Skip to content

Commit

Permalink
build(deps-dev): bump junit.platform.version from 1.10.0-RC1 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps `junit.platform.version` from 1.10.0-RC1 to 1.10.0.

Updates `org.junit.platform:junit-platform-launcher` from 1.10.0-RC1 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-commons` from 1.10.0-RC1 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-launcher
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 2be5958 commit 06f0008
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 @@ -107,7 +107,7 @@

<!-- tests deps-->
<junit.version>5.10.0-RC1</junit.version>
<junit.platform.version>1.10.0-RC1</junit.platform.version>
<junit.platform.version>1.10.0</junit.platform.version>
<testcontainers.version>1.18.3</testcontainers.version>
<truth.version>1.1.5</truth.version>
<flogger.version>0.7.4</flogger.version>
Expand Down

0 comments on commit 06f0008

Please sign in to comment.