Upgrade to Mockk 1.11.0

Closes gh-27109
This commit is contained in:
Sébastien Deleuze
2021-06-30 10:23:36 +02:00
parent 3ccbf1edeb
commit dee0108e79

View File

@@ -202,7 +202,7 @@ configure(allprojects) { project ->
}
entry 'mockito-junit-jupiter'
}
dependency "io.mockk:mockk:1.10.2"
dependency "io.mockk:mockk:1.11.0"
dependency("net.sourceforge.htmlunit:htmlunit:2.50.0") {
exclude group: "commons-logging", name: "commons-logging"