Skip to content

Commit

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

Update jackson-databind to 2.18.0
  • Loading branch information
yanns authored Sep 28, 2024
2 parents ac63bb5 + b6ce120 commit a83904c
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.7",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.0",
"org.typelevel" %% "cats-core" % "2.12.0"
)

0 comments on commit a83904c

Please sign in to comment.