Skip to content

Commit 8ad2bae

Browse files
authored
Merge pull request #66 from w3stling/dependabot/gradle/org.mockito-mockito-core-5.12.0
Bump org.mockito:mockito-core from 5.11.0 to 5.12.0
2 parents dda8eb7 + e5e3f31 commit 8ad2bae

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
@@ -18,7 +18,7 @@ repositories {
1818
dependencies {
1919
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21-
testImplementation('org.mockito:mockito-core:5.11.0')
21+
testImplementation('org.mockito:mockito-core:5.12.0')
2222
}
2323

2424
test {

0 commit comments

Comments
 (0)