From e73f47968977ba8b47cb8b1f11e52fc496dca8b0 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:56:31 +0000 Subject: [PATCH] Update jackson-module-scala to 2.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1a4ac77..657c0167 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val root = (project in file(".")) "net.logstash.logback" % "logstash-logback-encoder" % "7.4" exclude ("com.fasterxml.jackson.core", "jackson-databind"), // Transient dependency of Play. No newer version of Play 3.0.2 with this vulnerability fixed. "ch.qos.logback" % "logback-classic" % "1.5.3", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1" + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.2" ), excludeDependencies ++= Seq( // As of Play 3.0, groupId has changed to org.playframework; exclude transitive dependencies to the old artifacts