From 0fc3dd0ce01395ac43aa1b00f326869d3f166f62 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:00:42 +0200 Subject: [PATCH] Update mockito-core to 5.6.0 (#496) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d4ae3bb6..f3ce0760 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.5.0" % Test, + "org.mockito" % "mockito-core" % "5.6.0" % Test, "org.slf4j" % "slf4j-simple" % "2.0.9" % Test ), fork := true,