Skip to content

Commit 8777d88

Browse files
authored
Merge pull request #56 from iTitus/dependabot/gradle/org.mockito-mockito-core-5.16.1
Bump org.mockito:mockito-core from 5.16.0 to 5.16.1
2 parents e47e947 + a45fbcd commit 8777d88

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
@@ -65,7 +65,7 @@ subprojects {
6565
testImplementation 'org.junit.jupiter:junit-jupiter'
6666
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6767
testImplementation 'org.assertj:assertj-core:3.27.3'
68-
testImplementation 'org.mockito:mockito-core:5.16.0'
68+
testImplementation 'org.mockito:mockito-core:5.16.1'
6969
}
7070

7171
test {

0 commit comments

Comments
 (0)