Skip to content

Commit

Permalink
Bump mockito.version from 4.8.0 to 4.8.1 (#202)
Browse files Browse the repository at this point in the history
Bumps `mockito.version` from 4.8.0 to 4.8.1.

Updates `mockito-core` from 4.8.0 to 4.8.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.1)

Updates `mockito-junit-jupiter` from 4.8.0 to 4.8.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.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] <[email protected]>

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 Oct 24, 2022
1 parent b52b7f2 commit 322a9f7
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 @@ -17,7 +17,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<hazelcast.version>5.2-SNAPSHOT</hazelcast.version>
<mockito.version>4.8.0</mockito.version>
<mockito.version>4.8.1</mockito.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
<maven.findbugs.plugin.version>3.0.5</maven.findbugs.plugin.version>
<maven.checkstyle.plugin.version>3.2.0</maven.checkstyle.plugin.version>
Expand Down

0 comments on commit 322a9f7

Please sign in to comment.