Skip to content

Commit

Permalink
Merge pull request #10252 from scala-steward/update/jackson-core-2.10.4
Browse files Browse the repository at this point in the history
Update jackson-annotations, jackson-core, ... to 2.10.4
  • Loading branch information
mergify[bot] committed May 6, 2020
2 parents 768182e + 87f8bc1 commit 806ab24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ object Dependencies {
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test
)

val jacksonVersion = "2.10.3"
val jacksonDatabindVersion = "2.10.3"
val jacksonVersion = "2.10.4"
val jacksonDatabindVersion = "2.10.4"
val jacksonDatabind = Seq("com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion)
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
Expand Down

0 comments on commit 806ab24

Please sign in to comment.