From 2d657b3546043d335e97b6d40d8581974a33c06d Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 11:02:31 +0200 Subject: [PATCH] Ignore updates from zstd-jni and sync with beam's version (#5457) --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index f70ec3f0ed..cc3ef49656 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -3,6 +3,7 @@ updates.ignore = [ { groupId = "com.fasterxml.jackson.core" }, { groupId = "com.fasterxml.jackson.datatype" }, { groupId = "com.fasterxml.jackson.module" }, + { groupId = "com.github.luben" }, { groupId = "com.google.api" }, { groupId = "com.google.api-client" }, { groupId = "com.google.api.grpc" },