mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-31 06:13:24 +02:00
Bump versions, includes a security update for HTTP client lilbrary.
This commit is contained in:
@@ -79,6 +79,8 @@ libraryDependencies += "com.typesafe.play" %% "play-mailer" % "3.0.1"
|
|||||||
|
|
||||||
libraryDependencies += "com.google.caliper" % "caliper" % "1.0-beta-2"
|
libraryDependencies += "com.google.caliper" % "caliper" % "1.0-beta-2"
|
||||||
|
|
||||||
|
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3.6" // evict the vulnerable version
|
||||||
|
|
||||||
routesImport += "binders.QueryBinders._"
|
routesImport += "binders.QueryBinders._"
|
||||||
|
|
||||||
// Uncomment to use Akka
|
// Uncomment to use Akka
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// The Play plugin
|
// The Play plugin
|
||||||
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.4")
|
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.6")
|
||||||
|
|
||||||
// web plugins
|
// web plugins
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user