Skip to content

Commit cc21939

Browse files
Update mockito-core to 5.16.1 (#395)
1 parent ecd690f commit cc21939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object Dependencies {
1313
val log4jVersion = "2.21.0"
1414

1515
val scalatestVersion = "3.2.19"
16-
val mockitoVersion = "5.16.0"
16+
val mockitoVersion = "5.16.1"
1717

1818
val nettyAll = "io.netty" % "netty-all" % nettyVersion % Compile
1919
val nettyHttp = "io.netty" % "netty-codec-http" % nettyVersion % Compile

0 commit comments

Comments
 (0)