[ https://issues.apache.org/jira/browse/APEXCORE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16427784#comment-16427784 ]
ASF GitHub Bot commented on APEXCORE-806: ----------------------------------------- vrozov closed pull request #593: APEXCORE-806 Upgrade org.owasp:dependency-check-maven URL: https://github.com/apache/apex-core/pull/593 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/pom.xml b/pom.xml index a5ddc4bbbe..acd3c9d294 100644 --- a/pom.xml +++ b/pom.xml @@ -467,7 +467,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>3.0.2</version> + <version>3.1.2</version> <configuration> <failBuildOnCVSS>${dependency.check.failBuildOnCVSS}</failBuildOnCVSS> <showSummary>${dependency.check.showSummary}</showSummary> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Upgrade org.owasp:dependency-check-maven > ---------------------------------------- > > Key: APEXCORE-806 > URL: https://issues.apache.org/jira/browse/APEXCORE-806 > Project: Apache Apex Core > Issue Type: Dependency upgrade > Reporter: Vlad Rozov > Assignee: Vlad Rozov > Priority: Minor > > Travis CI fails: > {noformat} > [ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.0.2:check > (default-cli) on project apex-api: Fatal exception(s) analyzing Apache Apex > API: Unable to continue dependency-check analysis. > [ERROR] Unable to download the NVD CVE data. > [ERROR] No documents exist > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :apex-api > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)