Skip to content

Commit 9d40938

Browse files
Bump mockitoVersion from 4.9.0 to 4.10.0
Bumps `mockitoVersion` from 4.9.0 to 4.10.0. Updates `mockito-core` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v4.10.0) Updates `mockito-inline` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v4.10.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] <[email protected]>
1 parent 84fb838 commit 9d40938

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

3333
dependencies {
34-
def mockitoVersion = "4.9.0"
34+
def mockitoVersion = "4.10.0"
3535

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

0 commit comments

Comments
 (0)