From 1997888ab1c2077473edac4389c28e75b2157a95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Dec 2023 14:42:45 +0000 Subject: [PATCH] Update json4s-jackson, json4s-scalap to 4.0.7 --- json/json-core/dependencies.sbt | 2 +- util/dependencies.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json/json-core/dependencies.sbt b/json/json-core/dependencies.sbt index 43145c44..8360d6cc 100644 --- a/json/json-core/dependencies.sbt +++ b/json/json-core/dependencies.sbt @@ -1,5 +1,5 @@ libraryDependencies ++= Seq( - "org.json4s" %% "json4s-jackson" % "4.0.6", + "org.json4s" %% "json4s-jackson" % "4.0.7", "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.0", "org.typelevel" %% "cats-core" % "2.10.0" ) diff --git a/util/dependencies.sbt b/util/dependencies.sbt index c6009753..a6b4c0a6 100644 --- a/util/dependencies.sbt +++ b/util/dependencies.sbt @@ -3,5 +3,5 @@ libraryDependencies ++= Seq( "joda-time" % "joda-time" % "2.12.5", "org.joda" % "joda-convert" % "2.2.3", "org.typelevel" %% "cats-core" % "2.10.0", - "org.json4s" %% "json4s-scalap" % "4.0.6" + "org.json4s" %% "json4s-scalap" % "4.0.7" )