Skip to content

Commit

Permalink
mockito-core 3.5.13 (was 3.4.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ennru committed Oct 12, 2020
1 parent 0973368 commit e211cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -307,7 +307,7 @@ lazy val tests = project
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
"org.mockito" % "mockito-core" % "3.4.6" % Test,
"org.mockito" % "mockito-core" % "3.5.13" % Test,
embeddedKafka % Test exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12")
) ++ silencer ++ {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit e211cce

Please sign in to comment.