Skip to content

Commit 6d1a009

Browse files
Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (#583)
1 parent 1d7021a commit 6d1a009

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
@@ -109,7 +109,7 @@ dependencies {
109109
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
110110
testImplementation 'org.pegdown:pegdown:1.6.0'
111111

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

0 commit comments

Comments
 (0)