From 5493575b237aed801aa60c6be7c0c1625e7b2abf Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 21 Sep 2023 08:35:05 +0200 Subject: [PATCH] chore: scala-steward pin Jackson 2.15 * the dependency is already on 2.15.2 --- .scala-steward.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 86df4fa1b..31befd594 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -2,7 +2,7 @@ pullRequests.frequency = "@monthly" updates.pin = [ # To be updated in tandem with upstream Akka - {groupId = "com.fasterxml.jackson.core", version = "2.11."} + {groupId = "com.fasterxml.jackson.core", version = "2.15."} {groupId = "org.scalatest", artifactId = "scalatest", version = "3.2."} ]