From 5b477bb084be94361362c2ed761d987a637eaac0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Jan 2022 09:35:11 +0100 Subject: [PATCH 1/2] Update json4s-jackson, json4s-native to 3.6.12 --- benchmark/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 6a314c9d..5263714d 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -6,8 +6,8 @@ libraryDependencies ++= { if (scalaBinaryVersion.value.startsWith("2.12")) Seq( "io.argonaut" %% "argonaut" % "6.2.5", - "org.json4s" %% "json4s-native" % "3.5.5", - "org.json4s" %% "json4s-jackson" % "3.5.5", + "org.json4s" %% "json4s-native" % "3.6.12", + "org.json4s" %% "json4s-jackson" % "3.6.12", "com.typesafe.play" %% "play-json" % "2.6.14", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.14.0", From ee48d6100b9053cc33d192499259711d14eda78c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Jan 2022 21:52:58 +0100 Subject: [PATCH 2/2] Update json4s-jackson, json4s-native to 3.6.12 --- benchmark/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index d56f8287..e9893965 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -6,8 +6,8 @@ libraryDependencies ++= { if (scalaBinaryVersion.value.startsWith("2.12")) Seq( "io.argonaut" %% "argonaut" % "6.3.7", - "org.json4s" %% "json4s-native" % "3.5.5", - "org.json4s" %% "json4s-jackson" % "3.5.5", + "org.json4s" %% "json4s-native" % "3.6.12", + "org.json4s" %% "json4s-jackson" % "3.6.12", "com.typesafe.play" %% "play-json" % "2.9.2", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.14.0",