Skip to content

Commit 8b2c68a

Browse files
Merge pull request #454 from tenjaa/renovate/mockito-monorepo
Update dependency org.mockito:mockito-core to v5.15.2
2 parents f170247 + 63f50bf commit 8b2c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation("org.assertj:assertj-core:3.27.1")
2121
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
2222
testImplementation("com.google.jimfs:jimfs:1.3.0")
23-
testImplementation("org.mockito:mockito-core:5.14.2")
23+
testImplementation("org.mockito:mockito-core:5.15.2")
2424
}
2525

2626
tasks.test {

0 commit comments

Comments
 (0)