Skip to content

Commit f6ec5a2

Browse files
authored
Merge pull request #2043 from Baeldung/update/json4s-jackson-4.1.0
Update json4s-jackson, json4s-native from 4.0.7 to 4.1.0
2 parents 90b722f + 3ff333b commit f6ec5a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ val reactiveMongo = "1.1.0-RC18"
364364
val slickPgVersion = "0.23.1"
365365
val scalaTestContainersVersion = "0.43.0"
366366
val postgresqlVersion = "42.7.8"
367-
val json4sVersion = "4.0.7"
367+
val json4sVersion = "4.1.0"
368368

369369
lazy val scala2_libraries =
370370
(project in file("scala-2-modules/scala2-libraries"))
@@ -624,7 +624,7 @@ lazy val scala_libraries_persistence =
624624
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
625625
"org.postgresql" % "postgresql" % postgresqlVersion,
626626
"com.github.tminglei" %% "slick-pg" % slickPgVersion,
627-
"org.json4s" %% "json4s-native" % json4sVersion,
627+
"io.github.json4s" %% "json4s-native" % json4sVersion,
628628
"com.github.tminglei" %% "slick-pg_json4s" % slickPgVersion,
629629
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
630630
"com.dimafeng" %% "testcontainers-scala-postgresql" % scalaTestContainersVersion % IntegrationTest

scalatra/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
1313
"javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided",
1414
"org.scalatra" %% "scalatra-auth" % ScalatraVersion,
1515
"org.scalatra" %% "scalatra-json" % "2.8.4",
16-
"org.json4s" %% "json4s-jackson" % "4.0.7",
16+
"io.github.json4s" %% "json4s-jackson" % "4.1.0",
1717
"com.typesafe.slick" %% "slick" % "3.6.1",
1818
"com.h2database" % "h2" % "2.1.214",
1919
"com.mchange" % "c3p0" % "0.11.2"

0 commit comments

Comments
 (0)