Pin jackson to 2.10. (#29521)

This commit is contained in:
Christopher Batey 2020-08-24 10:28:47 +01:00 committed by GitHub
parent 988e240368
commit 165990ba01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
pullRequests.frequency = "@monthly"
updates.pin = [
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.10." }
]
updates.ignore = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },