diff --git a/.scala-steward.conf b/.scala-steward.conf index becaea2..3bac6c2 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -7,3 +7,7 @@ updates.pin = [ { groupId = "com.spotify", artifactId="scio-google-cloud-platform", version = "0.14." }, { groupId = "com.spotify", artifactId="scio-test", version = "0.14." } ] + +updates.ignore = [ + { groupId = "com.fasterxml.jackson.core" } +]