Skip to content

Commit

Permalink
Update jackson-module-scala to 2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Nov 3, 2024
1 parent 9ab254b commit fec6fd6
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 @@ -72,7 +72,7 @@ object Dependencies {
// 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 Pekko 1.1.x
// https://github.com/apache/pekko/blob/main/project/Dependencies.scala
val JacksonVersion = "2.17.2"
val JacksonVersion = "2.17.3"
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)
Expand Down

0 comments on commit fec6fd6

Please sign in to comment.