Skip to content

Commit 1fa238c

Browse files
Update mockito-core to 5.18.0 (#407)
1 parent e644974 commit 1fa238c

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