From 165990ba01fdc8ef631457d82b7cca7995baefaa Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Mon, 24 Aug 2020 10:28:47 +0100 Subject: [PATCH] Pin jackson to 2.10. (#29521) --- .scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 4cc938e48a..5d73734dca 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,5 +1,9 @@ pullRequests.frequency = "@monthly" +updates.pin = [ + { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.10." } +] + updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" },