Skip to content

Commit

Permalink
Merge pull request #551 from scala-steward/update/jackson-databind-2.…
Browse files Browse the repository at this point in the history
…16.0

Update jackson-databind to 2.16.0
  • Loading branch information
yanns authored Nov 17, 2023
2 parents 2ed3694 + 407baba commit 904454d
Showing 1 changed file with 1 addition and 1 deletion.
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",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.0",
"org.typelevel" %% "cats-core" % "2.10.0"
)

0 comments on commit 904454d

Please sign in to comment.