Skip to content

Commit a6ce963

Browse files
Update mockito-core to 5.19.0 (#988)
1 parent d420a09 commit a6ce963

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
@@ -59,7 +59,7 @@ object Dependencies {
5959
// elasticmq-rest-sqs updates scala-library version patch releases...
6060
// So anything after 1.6.0 requires at least scala 3.4.x...
6161
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.0", // scala-steward:off
62-
"org.mockito" % "mockito-core" % "5.18.0",
62+
"org.mockito" % "mockito-core" % "5.19.0",
6363
"org.scalatest" %% "scalatest" % scalaTestVersion,
6464
"software.amazon.awssdk" % "sqs" % "2.25.70"
6565
)

0 commit comments

Comments
 (0)