Skip to content

Commit

Permalink
Bump mockitoVersion from 4.9.0 to 4.10.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2022
1 parent 84fb838 commit 9d40938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
}

dependencies {
def mockitoVersion = "4.9.0"
def mockitoVersion = "4.10.0"

api "org.mockito:mockito-core:$mockitoVersion"
api "org.testng:testng:7.5"
Expand Down

0 comments on commit 9d40938

Please sign in to comment.