From 4c29aa22897c1a4fb957f3ef0328bfb899ad0d0d Mon Sep 17 00:00:00 2001 From: albuch Date: Mon, 23 Jan 2017 22:38:31 +0100 Subject: [PATCH] Updated dependency-check-core to v1.4.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6981a8..cc9ba30 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ scalaVersion := "2.10.6" sbtPlugin := true libraryDependencies ++= Seq( - "org.owasp" % "dependency-check-core" % "1.4.4", + "org.owasp" % "dependency-check-core" % "1.4.5", "org.slf4j" % "slf4j-simple" % "1.7.22" )