Skip to content

Commit 1765f3e

Browse files
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#603)
1 parent b71825c commit 1765f3e

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.18.0' // mocking framework
112+
testImplementation 'org.mockito:mockito-core:5.19.0' // mocking framework
113113
testImplementation "org.scalatestplus:mockito-3-12_$scalaVersion:3.2.10.0" // syntactic sugar
114114
}
115115

0 commit comments

Comments
 (0)