Skip to content

Commit

Permalink
Update jackson-databind to 2.17.3 (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Nov 3, 2024
1 parent 0e9e3f6 commit a9206c2
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 @@ -34,7 +34,7 @@ object Dependencies {
val testContainers = "1.20.3"
val junit = "4.13.2"
val h2Driver = "2.2.224"
val jackson = "2.17.2" // this should match the version of jackson used by pekko-serialization-jackson
val jackson = "2.17.3" // this should match the version of jackson used by pekko-serialization-jackson
val logback = "1.3.14"
}

Expand Down

0 comments on commit a9206c2

Please sign in to comment.