Skip to content

Commit dee0108

Browse files
committed
Upgrade to Mockk 1.11.0
Closes gh-27109
1 parent 3ccbf1e commit dee0108

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
@@ -202,7 +202,7 @@ configure(allprojects) { project ->
202202
}
203203
entry 'mockito-junit-jupiter'
204204
}
205-
dependency "io.mockk:mockk:1.10.2"
205+
dependency "io.mockk:mockk:1.11.0"
206206

207207
dependency("net.sourceforge.htmlunit:htmlunit:2.50.0") {
208208
exclude group: "commons-logging", name: "commons-logging"

0 commit comments

Comments
 (0)