Skip to content

Commit 1b21907

Browse files
Update jackson-module-scala to 2.20.1 (#1276)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 12813fd commit 1b21907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object Dependencies {
7474
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
7575
// This should align with the Jackson minor version used in Pekko 1.1.x
7676
// https://github.com/apache/pekko/blob/main/project/Dependencies.scala
77-
val JacksonVersion = "2.20.0"
77+
val JacksonVersion = "2.20.1"
7878
val JacksonDatabindDependencies = Seq(
7979
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
8080
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)

0 commit comments

Comments
 (0)