diff --git a/README.md b/README.md index 577f285ba..7f1afd17f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Usage > $ mvn package > $ cd target -> $ java -jar dependency-check-0.2.6.0.jar -h -> $ java -jar dependency-check-0.2.6.0.jar -a Testing -out . -scan ./test-classes -scan ./lib +> $ java -jar dependency-check-0.2.6.1.jar -h +> $ java -jar dependency-check-0.2.6.1.jar -a Testing -out . -scan ./test-classes -scan ./lib Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. diff --git a/pom.xml b/pom.xml index d0d07c946..45c566cf3 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ along with DependencyCheck. If not, see . org.owasp.dependency-check dependency-check - 0.2.6.0 + 0.2.6.1 jar DependencyCheck @@ -49,8 +49,7 @@ along with DependencyCheck. If not, see . scm:git:git@github.com:jeremylong/DependencyCheck.git https://github.com/jeremylong/DependencyCheck.git scm:git:git@github.com:jeremylong/DependencyCheck.git - dependency-check-0.2.6.0 - + github https://github.com/jeremylong/DependencyCheck/issues