From a6254ab955d4ae1dcdf49b4ed70e803895087b8e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:44:16 +0000 Subject: [PATCH] Update mockito-core to 5.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bbde40a6b..b88f1abb3 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ libraryDependencies ++= Seq( "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided", "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", - "org.mockito" % "mockito-core" % "5.15.2" % "test", + "org.mockito" % "mockito-core" % "5.16.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test", "org.testcontainers" % "mysql" % "1.20.5" % "test", "org.testcontainers" % "postgresql" % "1.20.5" % "test",