Skip to content

Commit

Permalink
bump: jackson-annotations, jackson-core, ... 2.17.3 (was 2.17.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 13, 2024
1 parent 4503f17 commit 6347f7d
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 6347f7d

Please sign in to comment.