Skip to content

Commit 0af8d5a

Browse files
Update mockito-core to 5.20.0 (#603)
1 parent 46bc090 commit 0af8d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val commonSettings = Seq(
1010
crossVersion := CrossVersion.binary,
1111
libraryDependencies ++= Seq(
1212
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
13-
"org.mockito" % "mockito-core" % "5.19.0" % Test,
13+
"org.mockito" % "mockito-core" % "5.20.0" % Test,
1414
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
1515
),
1616
fork := true,

0 commit comments

Comments
 (0)