This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 1fa7425e549443360d6c50935c9dc40c24be72c8 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Dec 10 22:04:04 2020 +0200 Upgraded OWASP Maven plugin version to 6.0.3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index aec6ab0..c4e8df0 100644 --- a/pom.xml +++ b/pom.xml @@ -176,9 +176,9 @@ NOTE: recommend also * Activating 'quick' profile - * Skip PMD, checkstyle + * Skip PMD, checkstyle, formatting, assembly, etc. - mvn -Powasp,quick -Dpmd.skip=true -Dcheckstyle.skip=true verify + mvn -Powasp,quick -Danimal.sniffer.skip=true -Drat.skip=true -Dpmd.skip=true -Dcheckstyle.skip=true -Dassembly.skipAssembly=true -Dformatter.skip=true -Dimpsort.skip=true verify --> <id>owasp</id> @@ -187,7 +187,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>6.0.2</version> + <version>6.0.3</version> <!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html --> <configuration> <!-- see https://github.com/jeremylong/DependencyCheck/issues/1394 -->