Skip to content

Commit 312ea94

Browse files
Bump mockitoVersion from 3.12.0 to 4.0.0
Bumps `mockitoVersion` from 3.12.0 to 4.0.0. Updates `mockito-core` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.0...v4.0.0) Updates `mockito-inline` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.12.0...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85c45a2 commit 312ea94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

3333
dependencies {
34-
def mockitoVersion = "3.12.0"
34+
def mockitoVersion = "4.0.0"
3535

3636
api "org.mockito:mockito-core:$mockitoVersion"
3737
api "org.testng:testng:7.4.0"

0 commit comments

Comments
 (0)