From 04e5a7eb028ad741d7873fb21c81eb23d3b69282 Mon Sep 17 00:00:00 2001 From: Marcin Kuthan Date: Fri, 3 Jan 2025 08:44:36 +0100 Subject: [PATCH] Ignore com.fasterxml.jackson.core updates --- .scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index becaea2c..3bac6c27 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" } +]