diff --git a/README.txt b/README.txt index 20490a4ea..9eee7732d 100644 --- a/README.txt +++ b/README.txt @@ -7,8 +7,8 @@ If found, it will generate a report linking to the associated CVE entries. Usage: $ mvn package $ cd target -$ java -jar DependencyCheck-0.2.3.2.jar -h -$ java -jar DependencyCheck-0.2.3.2.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib +$ java -jar DependencyCheck-0.2.4.0.jar -h +$ java -jar DependencyCheck-0.2.4.0.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib Then load the resulting 'DependencyCheck-Report.html' into your favorite browser. diff --git a/pom.xml b/pom.xml index 8248e8958..d0b6caf61 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with DependencyCheck. If not, see . org.codesecure DependencyCheck - 0.2.3.2 + 0.2.4.0 jar DependencyCheck