Skip to content

Commit 21e0895

Browse files
authoredAug 28, 2024
Merge pull request #113 from iTitus/dependabot/gradle/org.mockito-mockito-core-5.13.0
Bump org.mockito:mockito-core from 5.12.0 to 5.13.0
2 parents f7ee4ba + aba4e00 commit 21e0895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation platform('org.junit:junit-bom:5.11.0')
3030
testImplementation 'org.junit.jupiter:junit-jupiter'
3131
testImplementation 'org.assertj:assertj-core:3.26.3'
32-
testImplementation 'org.mockito:mockito-core:5.12.0'
32+
testImplementation 'org.mockito:mockito-core:5.13.0'
3333
}
3434

3535
test {

0 commit comments

Comments
 (0)