Skip to content

Commit

Permalink
build(deps-dev): bump org.mockito.version from 4.11.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps `org.mockito.version` from 4.11.0 to 5.0.0.

Updates `mockito-junit-jupiter` from 4.11.0 to 5.0.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.11.0...v5.0.0)

Updates `mockito-inline` from 4.11.0 to 5.0.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.11.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2023
1 parent 3b78ae7 commit ec296af
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 @@ -109,7 +109,7 @@
<com.github.spotbugs.plugin.version>${com.github.spotbugs.version}.0</com.github.spotbugs.plugin.version>
<org.junit.jupiter.version>5.9.2</org.junit.jupiter.version>
<org.hamcrest.version>2.2</org.hamcrest.version>
<org.mockito.version>4.11.0</org.mockito.version>
<org.mockito.version>5.0.0</org.mockito.version>
<org.jacoco.maven.plugin.version>0.8.8</org.jacoco.maven.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.29.0</com.diffplug.spotless.maven.plugin.version>
<org.jsoup.version>1.15.3</org.jsoup.version>
Expand Down

0 comments on commit ec296af

Please sign in to comment.