Skip to content

Commit a560c2b

Browse files
Update dependency org.mockito:mockito-core to v5.20.0
1 parent 6454fc0 commit a560c2b

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
@@ -49,7 +49,7 @@ dependencies {
4949
exclude(group: "com.jcraft")
5050
}
5151

52-
testImplementation("org.mockito:mockito-core:5.13.0")
52+
testImplementation("org.mockito:mockito-core:5.20.0")
5353
testImplementation("org.slf4j:slf4j-simple:2.0.13")
5454
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
5555
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)