diff --git a/build.sbt b/build.sbt index 6dcc2cb..3cb54b4 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.1", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2", "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it", "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it", "org.postgresql" % "postgresql" % "42.7.4",