Pin jackson-databind to 2.11 (#30185)
This commit is contained in:
parent
1f056aa1ef
commit
ba06b19835
1 changed files with 17 additions and 14 deletions
|
|
@ -6,20 +6,23 @@ updates.pin = [
|
|||
]
|
||||
|
||||
updates.ignore = [
|
||||
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" },
|
||||
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
|
||||
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
|
||||
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" },
|
||||
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" },
|
||||
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" },
|
||||
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" },
|
||||
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" },
|
||||
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" },
|
||||
{ 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.mockito", artifactId = "mockito-core" },
|
||||
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
|
||||
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
|
||||
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
|
||||
// these will get updated along with jackson-core, so no need to update them
|
||||
// separately
|
||||
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }
|
||||
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }
|
||||
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
|
||||
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
|
||||
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" }
|
||||
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }
|
||||
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
|
||||
{ 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.mockito", artifactId = "mockito-core" }
|
||||
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue