Repository: camel Updated Branches: refs/heads/master a93700410 -> 3e318c57f
Update Maven Owasp Dependency Check plugin to version 3.0.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2cb4cd62 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2cb4cd62 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2cb4cd62 Branch: refs/heads/master Commit: 2cb4cd624eabef8402d0428076b39f9d105bd2ec Parents: a937004 Author: Andrea Cosentino <[email protected]> Authored: Tue Oct 17 08:05:59 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Tue Oct 17 08:05:59 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2cb4cd62/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3609d1c..d2da323 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -472,7 +472,7 @@ <maven-bundle-plugin-version>3.3.0</maven-bundle-plugin-version> <maven-checkstyle-plugin-version>2.17</maven-checkstyle-plugin-version> <maven-checkstyle-version>7.6.1</maven-checkstyle-version> - <maven-owasp-plugin-version>2.1.1</maven-owasp-plugin-version> + <maven-owasp-plugin-version>3.0.0</maven-owasp-plugin-version> <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version> <maven-jar-plugin-version>3.0.2</maven-jar-plugin-version> <maven-javadoc-plugin-version>3.0.0-M1</maven-javadoc-plugin-version>
