We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12813fd commit 1b21907Copy full SHA for 1b21907
project/Dependencies.scala
@@ -74,7 +74,7 @@ object Dependencies {
74
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
75
// This should align with the Jackson minor version used in Pekko 1.1.x
76
// https://github.com/apache/pekko/blob/main/project/Dependencies.scala
77
- val JacksonVersion = "2.20.0"
+ val JacksonVersion = "2.20.1"
78
val JacksonDatabindDependencies = Seq(
79
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
80
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)
0 commit comments