Skip to content

Commit

Permalink
Update jackson-core to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Dec 24, 2023
1 parent d5a2cac commit dac636b
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.0",
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-core" % "2.16.1",
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
buildInfoObject := "PjBuildInfo",
buildInfoPackage := "pj",
Expand Down

0 comments on commit dac636b

Please sign in to comment.