Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit c9c0eb2

Browse files
Bump mockito.version from 4.9.0 to 5.0.0 (#35)
Bumps `mockito.version` from 4.9.0 to 5.0.0. Updates `mockito-core` from 4.9.0 to 5.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v5.0.0) Updates `mockito-junit-jupiter` from 4.9.0 to 5.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:development update-type: version-update:semver-major ... 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>
1 parent a097676 commit c9c0eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version>
9595
<!-- test -->
9696
<junit-jupiter.version>5.9.2</junit-jupiter.version>
97-
<mockito.version>4.9.0</mockito.version>
97+
<mockito.version>5.0.0</mockito.version>
9898
<hamcrest.version>2.2</hamcrest.version>
9999
<system-stubs.version>2.0.1</system-stubs.version>
100100
<commons-text.version>1.10.0</commons-text.version>

0 commit comments

Comments
 (0)