Skip to content

Commit

Permalink
Merge pull request #83 from mockito/dependabot/gradle/org.assertj-ass…
Browse files Browse the repository at this point in the history
…ertj-core-3.23.1

Bump assertj-core from 3.22.0 to 3.23.1
  • Loading branch information
TimvdLippe authored Jun 11, 2022
2 parents d733964 + e5c2b07 commit 8716907
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 @@ -36,7 +36,7 @@ dependencies {
api "org.mockito:mockito-core:$mockitoVersion"
api "org.testng:testng:7.5"

testImplementation "org.assertj:assertj-core:3.22.0"
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.mockito:mockito-inline:$mockitoVersion"
}

Expand Down

0 comments on commit 8716907

Please sign in to comment.