From 4994a603b6a16c66c71ef6c2659e82655b9e25d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Wed, 2 Mar 2016 14:09:46 +0100 Subject: [PATCH] Bump versions, includes a security update for HTTP client lilbrary. --- build.sbt | 2 ++ project/plugins.sbt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3397ae0..ade9185 100644 --- a/build.sbt +++ b/build.sbt @@ -79,6 +79,8 @@ libraryDependencies += "com.typesafe.play" %% "play-mailer" % "3.0.1" libraryDependencies += "com.google.caliper" % "caliper" % "1.0-beta-2" +libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3.6" // evict the vulnerable version + routesImport += "binders.QueryBinders._" // Uncomment to use Akka diff --git a/project/plugins.sbt b/project/plugins.sbt index a180aa3..ff32627 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.4") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.6") // web plugins