Ignore mockito updates (#28408)

* because it's not important part of our testing
This commit is contained in:
Patrik Nordwall 2019-12-19 09:00:37 +01:00 committed by Johan Andrén
parent e0a1110794
commit c5d516175e

View file

@ -13,6 +13,7 @@ updates.ignore = [
{ groupId = "com.typesafe", artifactId = "config" },
{ groupId = "com.typesafe", artifactId = "ssl-config-core" },
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" },
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.agrona", artifactId = "agrona" },
{ groupId = "org.mockito", artifactId = "mockito-core" }
]