From 199098bf6b9a1639307f500c3dfec828ad71eeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 23 Mar 2024 06:12:19 -0300 Subject: [PATCH] Update jackson-module-scala to 2.17.0 (#356) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7dfcaa5..3a3988d 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test", "org.playframework" %% "play-slick" % "6.0.0", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.2", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", "org.postgresql" % "postgresql" % "42.7.3",