From 56d0d2708b6d0e50cb7bf7024f9f34001ae9c863 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Jul 2022 10:53:09 +0000 Subject: [PATCH] Update jackson-module-scala to 2.12.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eeb6f7c..8c081bc 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ resolvers ++= libraryDependencies ++= "io.circe" %% "circe-generic" % circeVersion :: "io.circe" %% "circe-parser" % circeVersion :: - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.3" :: + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.7" :: "org.json4s" %% "json4s-native" % json4sVersion :: "org.json4s" %% "json4s-jackson" % json4sVersion :: "com.commercetools" %% "sphere-json" % "0.12.5" ::