Skip to content

Commit

Permalink
Merge pull request #10403 from scala-steward/update/mockito-core-3.4.6
Browse files Browse the repository at this point in the history
Update mockito-core to 3.4.6
  • Loading branch information
ennru committed Aug 7, 2020
2 parents 1181bf0 + 0f5384f commit 1046927
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" % "29.0-jre"
val findBugs = "com.google.code.findbugs" % "jsr305" % "3.0.2" // Needed by guava
val mockitoAll = "org.mockito" % "mockito-core" % "3.4.0"
val mockitoAll = "org.mockito" % "mockito-core" % "3.4.6"

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

0 comments on commit 1046927

Please sign in to comment.