diff --git a/build.sbt b/build.sbt index 314aadaf..10f5cd50 100644 --- a/build.sbt +++ b/build.sbt @@ -84,8 +84,8 @@ libraryDependencies ++= Seq( // See the compatibility matrix here https://github.com/sangria-graphql/sangria-play-json "org.sangria-graphql" %% "sangria-play-json" % "2.0.2", "org.sangria-graphql" %% "sangria" % "2.0.1", - "com.typesafe.play" %% "play-json-joda" % "2.9.3", - "com.typesafe.play" %% "play-json" % "2.9.3", + "com.typesafe.play" %% "play-json-joda" % "2.10.4", + "com.typesafe.play" %% "play-json" % "2.10.4", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % Test, // NOTE: The swagger-ui package is used to obtain the static distribution of swagger-ui, the files included at runtime