From 8a883a74ac1ecdc9c6140e11b2543f81d21e8bd9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 16:43:02 +0000 Subject: [PATCH] Update jackson-module-scala to 2.15.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b21dba9..af651ff 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ lazy val playapp = project guice, "com.h2database" % "h2" % "2.1.214", "postgresql" % "postgresql" % "9.1-901-1.jdbc4", - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3", + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2", "com.typesafe.play" %% "play-test" % play.core.PlayVersion.current % "test" excludeAll ExclusionRule(organization = "org.specs2"), "org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "test",