Skip to content

Commit

Permalink
jackson 2.16.2 (#1654)
Browse files Browse the repository at this point in the history
Switch back to older version as there is a known performance
regression in 2.17.0 ([#672]).

[#672]: FasterXML/jackson-module-scala#672
  • Loading branch information
brharrington authored Apr 29, 2024
1 parent c68c210 commit 3329ad0
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 @@ -7,7 +7,7 @@ object Dependencies {
val pekko = "1.0.2"
val pekkoHttpV = "1.0.1"
val iep = "5.0.19"
val jackson = "2.17.0"
val jackson = "2.16.2"
val log4j = "2.23.1"
val scala = "2.13.13"
val slf4j = "1.7.36"
Expand Down

0 comments on commit 3329ad0

Please sign in to comment.