From 09be65bded8c027aeaeec753d2809bf4f39a8745 Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:22:51 +0000 Subject: [PATCH] Update mockito-core to 5.15.2 in scala-steward-dependencies --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 769542e52..efc4c95b0 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ libraryDependencies ++= Seq( "io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.42.0", "io.opentelemetry.contrib" % "opentelemetry-aws-xray-propagator" % "1.41.0-alpha", "com.github.tomakehurst" % "wiremock-standalone" % "3.0.1" % Test, - "org.mockito" % "mockito-core" % "5.14.2" % Test, + "org.mockito" % "mockito-core" % "5.15.2" % Test, "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test ) libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"