From 1e9bfd5b21bb5f2b75835959c01c700f3833540a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sun, 7 Jul 2024 10:00:49 -0300 Subject: [PATCH] Update jackson-module-scala to 2.17.2 (#370) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 145fcba..aef2b82 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % "it, test", "org.playframework" %% "play-slick" % "6.1.1", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", "org.postgresql" % "postgresql" % "42.7.3",