Skip to content

Commit

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

Updates `mockito-core` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.3.0...v4.3.1)

Updates `mockito-inline` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 28, 2022
1 parent bd11e86 commit 5d158f7
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 @@ -104,7 +104,7 @@
<!-- To skip the wizard by default in hpi:run. It should not impact other goals. -->
<hudson.Main.development>true</hudson.Main.development>

<mockito.version>4.3.0</mockito.version>
<mockito.version>4.3.1</mockito.version>
<access-modifier-checker.version>1.27</access-modifier-checker.version>
<animal.sniffer.version>1.20</animal.sniffer.version>

Expand Down

0 comments on commit 5d158f7

Please sign in to comment.