Skip to content

Commit 5ae9f56

Browse files
authored
Merge branch 'dev' into ck/#63-threeWindingFix
2 parents bd3e2d4 + fd2f43b commit 5ae9f56

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
@@ -106,7 +106,7 @@ dependencies {
106106
/* testing */
107107
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
108108
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
109-
implementation 'org.mockito:mockito-core:5.2.0' // mocking framework
109+
implementation 'org.mockito:mockito-core:5.3.0' // mocking framework
110110
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.15"
111111
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.0' //scalatest html output
112112
testImplementation group: 'org.pegdown', name: 'pegdown', version: '1.6.0'

0 commit comments

Comments
 (0)