Update mockito-4-11 to 3.2.18.0 (#1154)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2024-02-27 14:23:25 +01:00 committed by GitHub
parent d55fbd1d4c
commit dbfdcb678d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ object Dependencies {
val scalatestScalaCheck =
"org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % (scalaTestVersion + ".0") % Test
// https://github.com/scalatest/scalatest/issues/2311
val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.17.0" % Test
val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test
val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test