diff --git a/build.sbt b/build.sbt index 1ae8d6b..5cd3c3a 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val playapp = project guice, "com.h2database" % "h2" % "2.3.232", "postgresql" % "postgresql" % "9.1-901-1.jdbc4", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.3", "org.playframework" %% "play-test" % play.core.PlayVersion.current % "test" excludeAll ExclusionRule(organization = "org.specs2"), "org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "test",