Skip to content

Commit

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

Bump mockitoVersion from 3.11.1 to 3.11.2

[skip release]
  • Loading branch information
slawekjaranowski authored Aug 19, 2021
2 parents f4df0d6 + 625a919 commit 6b7ee45
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 = "3.11.1"
def mockitoVersion = "3.11.2"

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

0 comments on commit 6b7ee45

Please sign in to comment.