From fe9447568a186f45caade80b04145314bbc7aab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 28 Sep 2024 09:11:13 +0000 Subject: [PATCH] Update jackson-module-scala to 2.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0df79a..2a80266 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.2", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", "org.postgresql" % "postgresql" % "42.7.4",