diff --git a/pom.xml b/pom.xml index 8975b8693..1cfd73ac7 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,9 @@ 5.8.1 3.12.4 2.2 + + + 7.0.0 @@ -263,7 +266,7 @@ org.owasp dependency-check-maven - 6.3.1 + ${dependency-check.version} diff --git a/suppression.xml b/suppression.xml index c747f92a7..ccd1a1cdf 100644 --- a/suppression.xml +++ b/suppression.xml @@ -25,4 +25,23 @@ org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 .* + + + + ^org\.cryptomator:.*$ + cpe:/a:cryptomator:cryptomator + CVE-2022-25366 + + + + + ^commons\-cli:commons\-cli:.*$ + cpe:/a:apache:james + + cpe:/a:spirit-project:spirit + \ No newline at end of file