Skip to content

Commit 7c99146

Browse files
Merge branch 'dev' into ps/#545-GitHubActions
2 parents e08a889 + 8f536d9 commit 7c99146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
pekkoVersion = '1.1.3'
2222

2323
tscfgVersion = '0.9.995'
24-
scapegoatVersion = '3.1.7'
24+
scapegoatVersion = '3.1.8'
2525

2626
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator
2727
docsDirName = 'docs'
@@ -110,7 +110,7 @@ dependencies {
110110
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
111111
testImplementation 'org.pegdown:pegdown:1.6.0'
112112

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

0 commit comments

Comments
 (0)