Skip to content

Commit 44904aa

Browse files
Bump mockitoVersion from 4.8.0 to 4.11.0 (#709)
Bumps `mockitoVersion` from 4.8.0 to 4.11.0. Updates `mockito-core` from 4.8.0 to 4.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v4.11.0) Updates `mockito-junit-jupiter` from 4.8.0 to 4.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... 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 f61d37c commit 44904aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ext {
4949
commonsTextVersion = "1.10.0"
5050
junitVersion = "5.9.1"
5151
logbackVersion = "1.4.1"
52-
mockitoVersion = "4.8.0"
52+
mockitoVersion = "4.11.0"
5353
weldVersion = "2.0.2.Final"
5454

5555
// Tools

0 commit comments

Comments
 (0)