Skip to content

Commit c046070

Browse files
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (#564)
1 parent b01caba commit c046070

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
@@ -109,7 +109,7 @@ dependencies {
109109
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
110110
testImplementation 'org.pegdown:pegdown:1.6.0'
111111

112-
testImplementation 'org.mockito:mockito-core:5.16.1' // mocking framework
112+
testImplementation 'org.mockito:mockito-core:5.17.0' // mocking framework
113113
testImplementation "org.scalatestplus:mockito-3-12_$scalaVersion:3.2.10.0" // syntactic sugar
114114
}
115115

0 commit comments

Comments
 (0)