From b4f864bacebc28c1b4c0328e828b48cd3fb5984b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Wed, 25 Oct 2023 23:55:59 +0000 Subject: [PATCH] Update jackson-module-scala to 2.15.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 98e36487..930254d7 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % "it, test", "com.typesafe.play" %% "play-slick" % "5.1.0", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", "org.postgresql" % "postgresql" % "42.6.0",