Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Bump mockito.version from 5.6.0 to 5.7.0 (#49)
Browse files Browse the repository at this point in the history
Bumps `mockito.version` from 5.6.0 to 5.7.0.

Updates `org.mockito:mockito-core` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.6.0...v5.7.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.6.0...v5.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent 06088f3 commit 8a17702
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 @@ -555,7 +555,7 @@
<javadoc-plugin.version>3.6.0</javadoc-plugin.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<maven-minimal.version>3.8.5</maven-minimal.version>
<mockito.version>5.6.0</mockito.version>
<mockito.version>5.7.0</mockito.version>
<plugin-annotations.version>3.10.1</plugin-annotations.version>
<plugin-api.version>3.9.4</plugin-api.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8a17702

Please sign in to comment.