Skip to content

Commit

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

Updates `mockito-junit-jupiter` from 4.6.1 to 5.1.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.6.1...v5.1.1)

Updates `mockito-inline` from 4.6.1 to 5.1.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.6.1...v5.1.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 22, 2023
1 parent 9dd0452 commit 227db54
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 @@
<com.github.spotbugs.plugin.version>4.7.0.0</com.github.spotbugs.plugin.version>
<org.junit.jupiter.version>5.8.2</org.junit.jupiter.version>
<org.hamcrest.version>2.2</org.hamcrest.version>
<org.mockito.version>4.6.1</org.mockito.version>
<org.mockito.version>5.1.1</org.mockito.version>
<org.jacoco.maven.plugin.version>0.8.8</org.jacoco.maven.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.22.7</com.diffplug.spotless.maven.plugin.version>
<org.slf4j.version>1.7.35</org.slf4j.version>
Expand Down

0 comments on commit 227db54

Please sign in to comment.