Skip to content

Commit 113ef26

Browse files
Update mockito-core to 5.14.2 (erikvanoosten#559)
1 parent dfa03c2 commit 113ef26

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.14.1" % Test,
13+
"org.mockito" % "mockito-core" % "5.14.2" % Test,
1414
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test
1515
),
1616
fork := true,

0 commit comments

Comments
 (0)