Skip to content

Commit

Permalink
Update play-json to 2.10.1 + jackson 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic committed Oct 16, 2023
1 parent e7f68f1 commit 867c780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.6.0",
anormDependency,
"com.typesafe.play" %% "play-mailer" % "8.0.1",
"com.typesafe.play" %% "play-json" % "2.9.4",
"com.typesafe.play" %% "play-json" % "2.10.1",
"com.sun.mail" % "javax.mail" % "1.6.2",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
Expand Down Expand Up @@ -122,8 +122,8 @@ dependencyOverrides += "org.yaml" % "snakeyaml" % "1.33"

// Jackson CVE fix
// https://github.com/playframework/playframework/discussions/11222
val jacksonVersion = "2.13.5"
val jacksonDatabindVersion = "2.13.5"
val jacksonVersion = "2.14.3"
val jacksonDatabindVersion = "2.14.3"

val jacksonOverrides = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
Expand Down

0 comments on commit 867c780

Please sign in to comment.