Skip to content

Commit 00d46d5

Browse files
Bump mockitoVersion from 4.11.0 to 5.5.0 (#744)
Bumps `mockitoVersion` from 4.11.0 to 5.5.0. Updates `org.mockito:mockito-core` from 4.11.0 to 5.5.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.5.0) Updates `org.mockito:mockito-junit-jupiter` from 4.11.0 to 5.5.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production 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>
1 parent 3137278 commit 00d46d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ext {
4949
commonsTextVersion = "1.10.0"
5050
junitVersion = "5.10.0"
5151
logbackVersion = "1.4.9"
52-
mockitoVersion = "4.11.0"
52+
mockitoVersion = "5.5.0"
5353
weldVersion = "2.0.2.Final"
5454

5555
// Tools

0 commit comments

Comments
 (0)