Skip to content

Commit

Permalink
Bump mockito.version from 4.4.0 to 4.5.0 (#39)
Browse files Browse the repository at this point in the history
Bumps `mockito.version` from 4.4.0 to 4.5.0.

Updates `mockito-core` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.4.0...v4.5.0)

Updates `mockito-junit-jupiter` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.4.0...v4.5.0)

Updates `mockito-inline` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.4.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 20, 2022
1 parent 6446af7 commit 94993f8
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 @@ -50,7 +50,7 @@

<junit.version>5.8.2</junit.version>
<assertj.version>3.22.0</assertj.version>
<mockito.version>4.4.0</mockito.version>
<mockito.version>4.5.0</mockito.version>

<jakarta.activation.version>1.2.2</jakarta.activation.version>
<jakarta.persistence.version>2.2.3</jakarta.persistence.version>
Expand Down

0 comments on commit 94993f8

Please sign in to comment.