Skip to content

Commit

Permalink
Update mockito-core to 3.0.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and francescopellegrini committed Jul 10, 2019
1 parent 4595e14 commit 59b483b
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 @@ -75,7 +75,7 @@ lazy val embeddedKafka = (project in file("embedded-kafka"))
.settings(commonSettings: _*)
.settings(commonLibrarySettings)
.settings(
libraryDependencies += "org.mockito" % "mockito-core" % "2.28.2" % Test)
libraryDependencies += "org.mockito" % "mockito-core" % "3.0.0" % Test)
.settings(releaseSettings: _*)

lazy val kafkaStreams = (project in file("kafka-streams"))
Expand Down

0 comments on commit 59b483b

Please sign in to comment.