Skip to content

Commit

Permalink
Merge pull request #10080 from scala-steward/update/mockito-core-3.3.0
Browse files Browse the repository at this point in the history
Update mockito-core to 3.3.0
  • Loading branch information
mergify[bot] committed Mar 8, 2020
2 parents 551e1f3 + 9474236 commit 9c2341b
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 @@ -48,7 +48,7 @@ object Dependencies {

val guava = "com.google.guava" % "guava" % "28.2-jre"
val findBugs = "com.google.code.findbugs" % "jsr305" % "3.0.2" // Needed by guava
val mockitoAll = "org.mockito" % "mockito-core" % "3.2.4"
val mockitoAll = "org.mockito" % "mockito-core" % "3.3.0"

val h2database = "com.h2database" % "h2" % "1.4.200"
val derbyDatabase = "org.apache.derby" % "derby" % "10.13.1.1"
Expand Down

0 comments on commit 9c2341b

Please sign in to comment.