diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml
index cee3ddc4dcb..cb1e22fa847 100644
--- a/build-tools/owasp/suppressions.xml
+++ b/build-tools/owasp/suppressions.xml
@@ -31,28 +31,19 @@
-
-
- ^pkg:maven/net\.minidev/json-smart@.*$
- CVE-2024-57699
-
-
+
- ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$
- CVE-2024-6763
+ ^pkg:maven/org\.apache\.jena/jena-.*@.*$
+ CVE-2025-49656
-
+
- ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$
- CVE-2025-1948
+ ^pkg:maven/org\.apache\.jena/jena-.*@.*$
+ CVE-2025-50151
+
diff --git a/integration/base/pom.xml b/integration/base/pom.xml
index 90a2c42262a..ec492da7b41 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 b4ca476cccf..47b933ea783 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 2bd1d2eadc1..0c1359339e6 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/spring/pom.xml b/spring/pom.xml
index 0c72026d3f7..d856dbbc55d 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -107,7 +107,7 @@
[17,)
- 6.5.1
+ 6.5.3
diff --git a/test/pom.xml b/test/pom.xml
index 0ea2bd99024..b81ea8d23a8 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -39,7 +39,7 @@
org.wiremock
- wiremock
+ wiremock-standalone
${wiremock.version}
provided