Skip to content

Commit

Permalink
bump: Jackson 2.15.2 (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Sep 18, 2023
1 parent 23b36fc commit 1331be7
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 @@ -62,9 +62,9 @@ object Dependencies {

// Releases https://github.com/FasterXML/jackson-databind/releases
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
// This should align with the Jackson minor version used in Akka 2.7.x
// This should align with the Jackson minor version used in Akka
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L29
val JacksonVersion = "2.13.5"
val JacksonVersion = "2.15.2"
val JacksonDatabindVersion = JacksonVersion
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
Expand Down

0 comments on commit 1331be7

Please sign in to comment.