diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 8d01cf9d176..8a9ab688208 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -38,36 +38,4 @@ - - - ^pkg:maven/net\.minidev/json-smart@.*$ - CVE-2024-57699 - - - - ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ - CVE-2024-6763 - - - - ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ - CVE-2025-1948 - - - - ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ - CVE-2025-5115 - diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 1ec66f9a136..3542076e609 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -107,10 +107,15 @@ org.wiremock - wiremock + wiremock-standalone ${wiremock.version} provided + + org.hamcrest + hamcrest + ${hamcrest.version} + diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 4adda16f421..d3818459844 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -107,7 +107,7 @@ org.wiremock - wiremock + wiremock-standalone ${wiremock.version} provided diff --git a/pom.xml b/pom.xml index accb6cec915..4e07a3d03c3 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,7 @@ 3.13.2 3.0.4 3.13.1 + 3.0 true diff --git a/test/pom.xml b/test/pom.xml index 34b9b4e88ea..c28e2455998 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -39,7 +39,7 @@ org.wiremock - wiremock + wiremock-standalone ${wiremock.version} provided