From 2b8c2a5c06b89926b7202e78655e5b3adf8885b5 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 18 May 2024 11:54:13 +0900 Subject: [PATCH] Upgrade json4s to 4.1.0-M5 (#3537) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 640d13f766..ce7cf756df 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-javax" % ScalatraVersion, "org.scalatra" %% "scalatra-json-javax" % ScalatraVersion, "org.scalatra" %% "scalatra-forms-javax" % ScalatraVersion, - "org.json4s" %% "json4s-jackson" % "4.0.7", + "org.json4s" %% "json4s-jackson" % "4.1.0-M5", "commons-io" % "commons-io" % "2.16.1", "io.github.gitbucket" % "solidbase" % "1.1.0", "io.github.gitbucket" % "markedj" % "1.0.20",