Skip to content

Commit

Permalink
Update json4s-jackson, json4s-scalap to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 3, 2023
1 parent 9ac38c0 commit 1997888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/json-core/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -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"
)
2 changes: 1 addition & 1 deletion util/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 1997888

Please sign in to comment.