Skip to content

Commit

Permalink
Update jackson-databind to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 30, 2024
1 parent ea4e54a commit e9fdf81
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.18.0",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1",
"org.typelevel" %% "cats-core" % "2.12.0"
)

0 comments on commit e9fdf81

Please sign in to comment.