Skip to content

Commit

Permalink
Update jackson-core to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Mar 13, 2024
1 parent 41754e5 commit f70cf23
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 @@ -123,7 +123,7 @@ lazy val root = Project(
lazy val pj = Project("pj", file("pj")).settings(
commonSettings,
name := "pj",
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-core" % "2.16.2",
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-core" % "2.17.0",
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
buildInfoObject := "PjBuildInfo",
buildInfoPackage := "pj",
Expand Down

0 comments on commit f70cf23

Please sign in to comment.