Skip to content

Commit e1758f3

Browse files
sullismanub
authored andcommitted
Mockito 2.18.3 (#138)
1 parent 78cbad9 commit e1758f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lazy val embeddedKafka = (project in file("embedded-kafka"))
6868
.settings(publishSettings: _*)
6969
.settings(commonSettings: _*)
7070
.settings(commonLibrarySettings)
71-
.settings(libraryDependencies += "org.mockito" % "mockito-core" % "2.18.0" % Test)
71+
.settings(libraryDependencies += "org.mockito" % "mockito-core" % "2.18.3" % Test)
7272
.settings(releaseSettings: _*)
7373

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

0 commit comments

Comments
 (0)