Skip to content

Commit 932e3e8

Browse files
authored
Merge pull request #102 from mockito/dependabot/gradle/org.assertj-assertj-core-3.24.2
Bump assertj-core from 3.23.1 to 3.24.2
2 parents 9dcc1e1 + c65139e commit 932e3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
api "org.mockito:mockito-core:$mockitoVersion"
3737
api "org.testng:testng:7.5"
3838

39-
testImplementation "org.assertj:assertj-core:3.23.1"
39+
testImplementation "org.assertj:assertj-core:3.24.2"
4040
testImplementation "org.mockito:mockito-inline:$mockitoVersion"
4141
}
4242

0 commit comments

Comments
 (0)