Skip to content

Commit

Permalink
Update mockito-core to 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 14, 2024
1 parent e56ee57 commit aa977b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val junitJupiterParams = "org.junit.jupiter" % "junit-jupiter-params" % junitJupiterVer
val junitVintageEngine = "org.junit.vintage" % "junit-vintage-engine" % junitVintageVer
val hamcrestLibrary = "org.hamcrest" % "hamcrest-library" % "3.0"
val mockitoCore = "org.mockito" % "mockito-core" % "4.11.0"
val mockitoCore = "org.mockito" % "mockito-core" % "5.12.0"
val junit4Interface = "com.github.sbt" % "junit-interface" % "0.13.3"
val junit4 = "junit" % "junit" % "4.13.2"
}

0 comments on commit aa977b8

Please sign in to comment.