Skip to content

Commit

Permalink
build(deps): bump junit.version from 5.9.2 to 5.9.3
Browse files Browse the repository at this point in the history
Bumps `junit.version` from 5.9.2 to 5.9.3.

Updates `junit-jupiter-api` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

Updates `junit-jupiter-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.9.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 15, 2023
1 parent fe77547 commit fb600be
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 @@ -110,7 +110,7 @@

<!-- Test dependencies -->
<jacoco.version>0.8.9</jacoco.version>
<junit.version>5.9.2</junit.version>
<junit.version>5.9.3</junit.version>
<rest-assured.version>5.3.0</rest-assured.version>
<mockito.version>5.3.0</mockito.version>
<guava.version>31.1-jre</guava.version>
Expand Down

0 comments on commit fb600be

Please sign in to comment.