Skip to content

Commit

Permalink
Merge pull request #102 from mockito/dependabot/gradle/org.assertj-as…
Browse files Browse the repository at this point in the history
…sertj-core-3.24.2

Bump assertj-core from 3.23.1 to 3.24.2
  • Loading branch information
TimvdLippe authored May 6, 2023
2 parents 9dcc1e1 + c65139e commit 932e3e8
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.23.1"
testImplementation "org.assertj:assertj-core:3.24.2"
testImplementation "org.mockito:mockito-inline:$mockitoVersion"
}

Expand Down

0 comments on commit 932e3e8

Please sign in to comment.