Skip to content

Commit

Permalink
Bump junit.version from 5.8.2 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps `junit.version` from 5.8.2 to 5.9.0.

Updates `junit-jupiter-api` from 5.8.2 to 5.9.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.9.0)

Updates `junit-jupiter-params` from 5.8.2 to 5.9.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.9.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and asturio committed Sep 12, 2022
1 parent 1feeeac commit 3b6e1e5
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 @@ -91,7 +91,7 @@
<!-- test-dependencies -->
<assertj.version>3.23.1</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
<junit.version>5.8.2</junit.version>
<junit.version>5.9.0</junit.version>
<mockito.version>4.6.1</mockito.version>
<checkstyle.version>10.3.1</checkstyle.version>
<maven-jxr-plugin.version>3.2.0</maven-jxr-plugin.version>
Expand Down

0 comments on commit 3b6e1e5

Please sign in to comment.