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