From eab82bf1beacbd28bf041e02497cf41e0382b438 Mon Sep 17 00:00:00 2001 From: uli-heller Date: Wed, 14 Oct 2020 15:45:47 +0200 Subject: [PATCH] json4s-jackson-3.6.10 (#2567) Co-authored-by: Naoki Takezoe --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46c8d90b1..65ed1d900 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion, - "org.json4s" %% "json4s-jackson" % "3.6.9", + "org.json4s" %% "json4s-jackson" % "3.6.10", "commons-io" % "commons-io" % "2.8.0", "io.github.gitbucket" % "solidbase" % "1.0.3", "io.github.gitbucket" % "markedj" % "1.0.16",