Skip to content

Commit 3b89ade

Browse files
Bump mockitoVersion from 3.11.2 to 3.12.0
Bumps `mockitoVersion` from 3.11.2 to 3.12.0. Updates `mockito-core` from 3.11.2 to 3.12.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.2...v3.12.0) Updates `mockito-inline` from 3.11.2 to 3.12.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.2...v3.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b7ee45 commit 3b89ade

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
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

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

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

0 commit comments

Comments
 (0)