Skip to content

Commit 9f0edcd

Browse files
Update mockito-core to 5.16.0 (#388)
1 parent fa61400 commit 9f0edcd

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.15.2"
16+
val mockitoVersion = "5.16.0"
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)