Skip to content

Commit

Permalink
Merge pull request #819 from scala-steward/update/jackson-core-2.14.0
Browse files Browse the repository at this point in the history
jackson-core 2.14.0 (was 2.13.4)
  • Loading branch information
mkurz authored Nov 7, 2022
2 parents 807ec7e + 0199602 commit 9e87f0a
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 @@ -26,7 +26,7 @@ val jacksonDatabind = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
)

val jacksonVersion = "2.13.4"
val jacksonVersion = "2.14.0"
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
"com.fasterxml.jackson.core" % "jackson-annotations",
Expand Down

0 comments on commit 9e87f0a

Please sign in to comment.