Skip to content

Commit

Permalink
Merge pull request #68 from mockito/dependabot/gradle/org.testng-test…
Browse files Browse the repository at this point in the history
…ng-7.5

Bump testng from 7.4.0 to 7.5

[skip release]
  • Loading branch information
slawekjaranowski authored Feb 7, 2022
2 parents 1b39c84 + b77d8bb commit 5f210e2
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 @@ -34,7 +34,7 @@ dependencies {
def mockitoVersion = "4.2.0"

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

testImplementation "org.assertj:assertj-core:3.22.0"
testImplementation "org.mockito:mockito-inline:$mockitoVersion"
Expand Down

0 comments on commit 5f210e2

Please sign in to comment.