From c7c17c729674d8b3e3082d99c50928807c766c25 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:17:27 +0100 Subject: [PATCH] Update mockito-core to 5.9.0 (#510) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e92a50c..d2f4342e 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val commonSettings = Seq( crossVersion := CrossVersion.binary, libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.17" % Test, - "org.mockito" % "mockito-core" % "5.8.0" % Test, + "org.mockito" % "mockito-core" % "5.9.0" % Test, "org.slf4j" % "slf4j-simple" % "2.0.11" % Test ), fork := true,