From 4af59648f280fd92ecceefdb8979ea4714693a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Fri, 17 Nov 2023 02:00:46 -0300 Subject: [PATCH] Update jackson-module-scala to 2.16.0 (#331) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1cb1f104..128306f8 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.0" % "it, test", "com.typesafe.play" %% "play-slick" % "5.1.0", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.0", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", "org.postgresql" % "postgresql" % "42.6.0",