We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4099a9a commit cee3abdCopy full SHA for cee3abd
project/Dependencies.scala
@@ -13,7 +13,7 @@ object Dependencies {
13
val log4jVersion = "2.21.0"
14
15
val scalatestVersion = "3.2.19"
16
- val mockitoVersion = "5.18.0"
+ val mockitoVersion = "5.19.0"
17
18
val nettyAll = "io.netty" % "netty-all" % nettyVersion % Compile
19
val nettyHttp = "io.netty" % "netty-codec-http" % nettyVersion % Compile
0 commit comments