Skip to content

Commit 0460741

Browse files
Update mockito-core to 5.12.0 (erikvanoosten#528)
1 parent 3d0bc51 commit 0460741

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
@@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
77
crossVersion := CrossVersion.binary,
88
libraryDependencies ++= Seq(
99
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
10-
"org.mockito" % "mockito-core" % "5.11.0" % Test,
10+
"org.mockito" % "mockito-core" % "5.12.0" % Test,
1111
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test
1212
),
1313
fork := true,

0 commit comments

Comments
 (0)