Skip to content

Commit d3b2f50

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

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.11.1"
34+
def mockitoVersion = "3.11.2"
3535

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

0 commit comments

Comments
 (0)