Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gklijs committed Apr 21, 2022
1 parent 79686f4 commit 763b403
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 @@ -54,7 +54,7 @@
<log4j.version>2.17.2</log4j.version>

<junit.jupiter.version>5.8.2</junit.jupiter.version>
<mockito.version>4.5.0</mockito.version>
<mockito.version>4.5.1</mockito.version>
<testcontainers.version>1.17.1</testcontainers.version>
<jackson.version>2.13.2</jackson.version>

Expand Down

0 comments on commit 763b403

Please sign in to comment.