Skip to content

Commit

Permalink
Merge pull request #93 from mockito/dependabot/gradle/mockitoVersion-…
Browse files Browse the repository at this point in the history
…4.9.0

Bump mockitoVersion from 4.7.0 to 4.9.0
  • Loading branch information
slawekjaranowski authored Nov 18, 2022
2 parents aeec75d + 50248a1 commit 84fb838
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.7.0"
def mockitoVersion = "4.9.0"

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

0 comments on commit 84fb838

Please sign in to comment.