From ba06b198358e06139fb877a06775a4b40abf3b97 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 13 Apr 2021 14:14:49 +0200 Subject: [PATCH] Pin jackson-databind to 2.11 (#30185) --- .scala-steward.conf | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 2254531cb7..2f5e008bf0 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -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" } ]