Skip to content

Commit

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

Updates `mockito-junit-jupiter` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.1.0...v4.2.0)

Updates `mockito-inline` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2021
1 parent 5549574 commit 3e4f733
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 @@ -35,7 +35,7 @@
<spring-boot.version>2.6.1</spring-boot.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<assertj.version>3.21.0</assertj.version>
<mockito.version>4.1.0</mockito.version>
<mockito.version>4.2.0</mockito.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
<jacoco.version>0.8.7</jacoco.version>
Expand Down

0 comments on commit 3e4f733

Please sign in to comment.