Skip to content

Commit

Permalink
Jackson 2.10.4 (was 2.10.3) (akka#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Jun 9, 2020
1 parent a583879 commit cf24c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Dependencies {
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
// This should align with the version used in Akka 2.6.x
// https://github.com/akka/akka/blob/master/project/Dependencies.scala#L23
val JacksonDatabindVersion = "2.10.3"
val JacksonDatabindVersion = "2.10.4"
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonDatabindVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonDatabindVersion
Expand Down

0 comments on commit cf24c35

Please sign in to comment.