Skip to content

Commit

Permalink
Update jackson-core to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and tuxji committed Nov 20, 2023
1 parent 9dd5b00 commit b6daed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6.1",
"com.fasterxml.woodstox" % "woodstox-core" % "6.5.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.3",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.0",
)

lazy val cli = Seq(
Expand Down

0 comments on commit b6daed6

Please sign in to comment.