From 06ea83579dd2b4f264e60eb1bb376ea3f60277f1 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:57:35 +0900 Subject: [PATCH] Update json4s-jackson to 4.1.0 (#3934) Co-authored-by: gitbucket-bot[bot] <256891351+gitbucket-bot[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a558b2cc5..f431c18b3 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,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.1.0-M8", + "io.github.json4s" %% "json4s-jackson" % "4.1.0", "commons-io" % "commons-io" % "2.21.0", "io.github.gitbucket" % "solidbase" % "1.1.0", "io.github.gitbucket" % "markedj" % "1.0.20",