diff --git a/project-suppression.xml b/config/dependency-check/project-suppression.xml similarity index 95% rename from project-suppression.xml rename to config/dependency-check/project-suppression.xml index 3c9ed0ae3..a2a8e8470 100644 --- a/project-suppression.xml +++ b/config/dependency-check/project-suppression.xml @@ -32,6 +32,8 @@ cpe:/a:xstream_project:xstream CVE-2017-7957 CVE-2016-3674 + CVE-2020-26217 + CVE-2020-26258 cpe:/a:postgresql:postgresql diff --git a/pmd-ruleset.xml b/config/pmd/pmd-ruleset.xml similarity index 100% rename from pmd-ruleset.xml rename to config/pmd/pmd-ruleset.xml diff --git a/pom.xml b/pom.xml index 5f3626a15..f31fdfb91 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.0 + 2.4.3 @@ -126,7 +126,7 @@ 3.2.1 3.4 2.6 - 18.0 + 30.1 1.18.4 3.8.0 2.22.0 @@ -168,63 +168,33 @@ - - - - org.codehaus.mojo - flatten-maven-plugin - 1.2.5 - - - - - flatten - process-resources - - flatten - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 11 - 11 - UTF-8 - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.0 - - UTF-8 - true - true - config/checkstyle/checkstyle.xml - config/checkstyle/suppressions.xml - checkstyle.suppressions.file - - - - - - - - defaultProfile - - true - - - - owasp - - false - - + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.5 + + + + + flatten + process-resources + + flatten + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 11 + 11 + UTF-8 + + org.apache.maven.plugins maven-checkstyle-plugin @@ -239,51 +209,50 @@ - org.apache.maven.plugins - maven-pmd-plugin - 3.13.0 - - 11 - 1 - - ${maven.multiModuleProjectDirectory}/pmd-ruleset.xml - - true - true - - - - - check - - - - - - org.owasp - dependency-check-maven - 5.3.2 - - 7 - true - true - - project-suppression.xml - - - - - - check - - - - + org.apache.maven.plugins + maven-pmd-plugin + 3.14.0 + + 11 + 1 + + + ${maven.multiModuleProjectDirectory}/config/pmd/pmd-ruleset.xml + + true + true + + + + + check + + + + + + org.owasp + dependency-check-maven + 5.3.2 + + 7 + true + true + + + ${maven.multiModuleProjectDirectory}/config/dependency-check/project-suppression.xml + + + + + + check + + + + - - diff --git a/webwolf/pom.xml b/webwolf/pom.xml index fb1f5e4ee..6ac70d4c8 100644 --- a/webwolf/pom.xml +++ b/webwolf/pom.xml @@ -109,6 +109,7 @@ org.springframework.security spring-security-test + test