Skip to content

Commit

Permalink
bump: jackson-annotations, jackson-core, ... 2.17.3 (was 2.17.2) (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 11, 2024
1 parent a81b151 commit 7e2aa60
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 @@ -80,7 +80,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 Akka
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L29
val JacksonVersion = "2.17.2"
val JacksonVersion = "2.17.3"
val JacksonDatabindVersion = JacksonVersion
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
Expand Down

0 comments on commit 7e2aa60

Please sign in to comment.