You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/11/23 12:28:49 UTC

[camel] branch master updated: Upgrade Owasp Dependency Check Maven Plugin to version 4.0.0

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 95ea9d3  Upgrade Owasp Dependency Check Maven Plugin to version 4.0.0
95ea9d3 is described below

commit 95ea9d3c21d7caac4032492d49ae9da7e16dde70
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 23 13:28:21 2018 +0100

    Upgrade Owasp Dependency Check Maven Plugin to version 4.0.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1f6a306..5503585 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -475,7 +475,7 @@
     <maven-bundle-plugin-version>3.5.1</maven-bundle-plugin-version>
     <maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version>
     <maven-checkstyle-version>7.6.1</maven-checkstyle-version>
-    <maven-owasp-plugin-version>3.3.4</maven-owasp-plugin-version>
+    <maven-owasp-plugin-version>4.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.1</maven-javadoc-plugin-version>