From 777ad9418894ff5d870182728fbc9ffc2c6ceb2b Mon Sep 17 00:00:00 2001 From: Philippus Date: Sun, 31 May 2026 14:36:45 +0200 Subject: [PATCH] Pin com.fasterxml.jackson.dataformat --- .scala-steward.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 89287027a0..b85d241e7c 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -7,7 +7,9 @@ updates.ignore = [ { groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" }, { groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" }, { groupId = "org.apache.pekko", artifactId = "pekko-http" }, - { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } + { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }, + // this will get updated along with jackson-databind, so no need to update separately + { groupId = "com.fasterxml.jackson.dataformat" } ] updates.pin = [