Skip to content

Commit

Permalink
Update mockito-core to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Dec 30, 2022
1 parent e16f9a6 commit 7183514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val jacocoPlugin = (project in file("."))
"commons-codec" % "commons-codec" % "1.15",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.mockito" % "mockito-core" % "4.10.0" % Test
"org.mockito" % "mockito-core" % "4.11.0" % Test
)

scalacOptions ++= Seq(
Expand Down

0 comments on commit 7183514

Please sign in to comment.