We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01caba commit c046070Copy full SHA for c046070
build.gradle
@@ -109,7 +109,7 @@ dependencies {
109
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
110
testImplementation 'org.pegdown:pegdown:1.6.0'
111
112
- testImplementation 'org.mockito:mockito-core:5.16.1' // mocking framework
+ testImplementation 'org.mockito:mockito-core:5.17.0' // mocking framework
113
testImplementation "org.scalatestplus:mockito-3-12_$scalaVersion:3.2.10.0" // syntactic sugar
114
}
115
0 commit comments