Skip to content

Commit

Permalink
Update jackson-core to 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Mar 9, 2024
1 parent db671f9 commit a9e9c61
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.1",
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-core" % "2.16.2",
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
buildInfoObject := "PjBuildInfo",
buildInfoPackage := "pj",
Expand Down

0 comments on commit a9e9c61

Please sign in to comment.