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 d3a3f9f commit f8ebd83Copy full SHA for f8ebd83
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.14.1"
+ val mockitoVersion = "5.14.2"
17
18
val nettyAll = "io.netty" % "netty-all" % nettyVersion % Compile
19
val nettyHttp = "io.netty" % "netty-codec-http" % nettyVersion % Compile
0 commit comments