Skip to content

Commit

Permalink
Update jackson-databind to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 17, 2023
1 parent 2ed3694 commit 407baba
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 407baba

Please sign in to comment.