Ignore mockito updates (#28408)
* because it's not important part of our testing
This commit is contained in:
parent
e0a1110794
commit
c5d516175e
1 changed files with 2 additions and 1 deletions
|
|
@ -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" }
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue