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.
2 parents bd3e2d4 + fd2f43b commit 5ae9f56Copy full SHA for 5ae9f56
build.gradle
@@ -106,7 +106,7 @@ dependencies {
106
/* testing */
107
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
108
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
109
- implementation 'org.mockito:mockito-core:5.2.0' // mocking framework
+ implementation 'org.mockito:mockito-core:5.3.0' // mocking framework
110
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.15"
111
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.0' //scalatest html output
112
testImplementation group: 'org.pegdown', name: 'pegdown', version: '1.6.0'
0 commit comments