we are not ignoring enough jackson modules (#1266)

This commit is contained in:
PJ Fanning 2024-04-06 11:37:00 +02:00 committed by GitHub
parent 1e45ba66a7
commit a3699ea844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,11 @@ updates.pin = [
updates.ignore = [
// 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.fasterxml.jackson.module" }
{ groupId = "com.fasterxml.jackson.dataformat" }
{ groupId = "com.fasterxml.jackson.datatype" }
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "org.agrona", artifactId = "agrona" }