Skip to content

Commit

Permalink
build(deps-dev): bump mockito.version from 5.3.1 to 5.4.0 (#225)
Browse files Browse the repository at this point in the history
Bumps `mockito.version` from 5.3.1 to 5.4.0.

Updates `mockito-junit-jupiter` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

Updates `mockito-core` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.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-core
  dependency-type: direct:development
  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 Jun 19, 2023
1 parent c3df6f7 commit ce045f1
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 @@ -102,7 +102,7 @@
<assertj.version>3.24.2</assertj.version>
<junit5.version>5.9.3</junit5.version>
<mockk.version>1.13.5</mockk.version>
<mockito.version>5.3.1</mockito.version>
<mockito.version>5.4.0</mockito.version>
<slf4j.version>2.0.7</slf4j.version>
<log4j.version>2.20.0</log4j.version>

Expand Down

0 comments on commit ce045f1

Please sign in to comment.