Skip to content

Commit 7098a6f

Browse files
authored
Merge pull request #1118 from guardian/update/jackson
chore(deps): Jackson dependency updates
2 parents 509799e + bf91291 commit 7098a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ lazy val root = (project in file("."))
6464
),
6565
// Transient dependency of Play. No newer version of Play 3.0.9 with this vulnerability fixed.
6666
"ch.qos.logback" % "logback-classic" % "1.5.32",
67-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.1"
67+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.2"
6868
),
6969
scalacOptions ++= List(
7070
"-encoding",

0 commit comments

Comments
 (0)