Skip to content

Commit

Permalink
Bump mockito.version from 5.3.1 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps `mockito.version` from 5.3.1 to 5.4.0.

Updates `mockito-core` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

Updates `mockito-junit-jupiter` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 22, 2023
1 parent a21ee9b commit 0b4e0bd
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 @@ -70,7 +70,7 @@
resources directories. -->
<resource.delimiter>${*}</resource.delimiter>
<guava.version>32.0.1-jre</guava.version>
<mockito.version>5.3.1</mockito.version>
<mockito.version>5.4.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<spotbugs.plugin.version>4.7.3.4</spotbugs.plugin.version>
<spotbugs.version>4.7.3</spotbugs.version>
Expand Down

0 comments on commit 0b4e0bd

Please sign in to comment.