From 953915ba2a73125bf9f505dfb77a8fd0db2a41e4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:40:58 +0000 Subject: [PATCH] Update mockito-core to 4.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43df9fbd8..6d94702a2 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ libraryDependencies ++= Seq( "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided", "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13, - "org.mockito" % "mockito-core" % "4.8.1" % "test", + "org.mockito" % "mockito-core" % "4.9.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.40.11" % "test", "org.testcontainers" % "mysql" % "1.17.5" % "test", "org.testcontainers" % "postgresql" % "1.17.5" % "test",