From 8b00f0613ffc0bee42fc156c96273875f750a583 Mon Sep 17 00:00:00 2001 From: astingengo007 <97610788+astingengo007@users.noreply.github.com> Date: Wed, 12 Jan 2022 16:05:35 +0200 Subject: [PATCH] Update build.sbt Fixing vulnerability problem CWE-787 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 10ead91..da01e0e 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ rpmLicense := Some("MIT") rpmUrl := Some("http://github.com/lmenezes/cerebro") libraryDependencies ++= Seq( - "com.typesafe.play" %% "play" % "2.8.7", + "com.typesafe.play" %% "play" % "2.8.12", "com.typesafe.play" %% "play-json" % "2.9.1", "com.typesafe.play" %% "play-slick" % "5.0.0", "com.typesafe.play" %% "play-slick-evolutions" % "5.0.0",