Skip to content

Commit

Permalink
Updated dependency-check-core to 3.1.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
albuch authored Jan 3, 2018
1 parent 689c8a5 commit c1b4413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sbtPlugin := true

libraryDependencies ++= Seq(
"commons-collections" % "commons-collections" % "3.2.2",
"org.owasp" % "dependency-check-core" % "3.0.2"
"org.owasp" % "dependency-check-core" % "3.1.0"
)
libraryDependencies += {
appConfiguration.value.provider.id.version match {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
unmanagedSourceDirectories in Compile += baseDirectory.value.getParentFile / "src" / "main" / "scala"
libraryDependencies ++= Seq(
"commons-collections" % "commons-collections" % "3.2.2",
"org.owasp" % "dependency-check-core" % "3.0.2",
"org.owasp" % "dependency-check-core" % "3.1.0",
"org.slf4j" % "slf4j-simple" % "1.7.25"
)

0 comments on commit c1b4413

Please sign in to comment.