This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new 222edf4 Update owasp plugin (and enable it to run correctly)
new e607742 Merge pull request #409 from coheigea/owasp
222edf4 is described below
commit 222edf4756fc9fca29f234dcfcafbf41b1de11e5
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Nov 4 15:29:32 2019 +0000
Update owasp plugin (and enable it to run correctly)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 505e320..5a04b29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<leveldbjni-version>1.8</leveldbjni-version>
<log4j-version>1.2.17</log4j-version>
<mockito-version>1.10.19</mockito-version>
- <owasp-dependency-check-version>4.0.2</owasp-dependency-check-version>
+ <owasp-dependency-check-version>5.2.2</owasp-dependency-check-version>
<powermock-version>1.6.5</powermock-version>
<mqtt-client-version>1.15</mqtt-client-version>
<openjpa-version>1.2.0</openjpa-version>
@@ -1696,6 +1696,7 @@
<configuration>
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
+ <skipSystemScope>true</skipSystemScope>
</configuration>
<executions>
<execution>