Skip to content

Commit

Permalink
Update jackson-core to 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 2, 2024
1 parent 273e2f3 commit 168a0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ lazy val `jackson-213` = project
.settings(
name := "tethys-jackson213",
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % "2.13.5"
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.2"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 168a0b0

Please sign in to comment.