Skip to content

Commit 08c2e13

Browse files
dependency: Update dependency org.mockito:mockito-core to v5.19.0 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9740b2 commit 08c2e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.mockito:mockito-core:5.18.0")
6+
testImplementation("org.mockito:mockito-core:5.19.0")
77
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
88
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
99
testImplementation("org.assertj:assertj-core:3.27.4")

0 commit comments

Comments
 (0)