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" )