Skip to content

Commit dbfdcb6

Browse files
Update mockito-4-11 to 3.2.18.0 (apache#1154)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent d55fbd1 commit dbfdcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ object Dependencies {
132132
val scalatestScalaCheck =
133133
"org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % (scalaTestVersion + ".0") % Test
134134
// https://github.com/scalatest/scalatest/issues/2311
135-
val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.17.0" % Test
135+
val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test
136136

137137
val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
138138
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test

0 commit comments

Comments
 (0)