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 e08a889 + 8f536d9 commit 7c99146Copy full SHA for 7c99146
build.gradle
@@ -21,7 +21,7 @@ ext {
21
pekkoVersion = '1.1.3'
22
23
tscfgVersion = '0.9.995'
24
- scapegoatVersion = '3.1.7'
+ scapegoatVersion = '3.1.8'
25
26
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator
27
docsDirName = 'docs'
@@ -110,7 +110,7 @@ dependencies {
110
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
111
testImplementation 'org.pegdown:pegdown:1.6.0'
112
113
- testImplementation 'org.mockito:mockito-core:5.16.1' // mocking framework
+ testImplementation 'org.mockito:mockito-core:5.17.0' // mocking framework
114
testImplementation "org.scalatestplus:mockito-3-12_$scalaVersion:3.2.10.0" // syntactic sugar
115
}
116
0 commit comments