diff --git a/itests/itest-include.bndrun b/itests/itest-include.bndrun
index 443bb32c621..f66b3987571 100644
--- a/itests/itest-include.bndrun
+++ b/itests/itest-include.bndrun
@@ -19,7 +19,9 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
# An unused random HTTP port is used during tests to prevent resource conflicts
# This property is set by the build-helper-maven-plugin in the itests pom.xml
--runvm: -Dorg.osgi.service.http.port=${org.osgi.service.http.port}
+-runvm: \
+ -Djdk.util.zip.disableZip64ExtraFieldValidation=true,\
+ -Dorg.osgi.service.http.port=${org.osgi.service.http.port}
# The integration test itself does not export anything.
Export-Package:
diff --git a/pom.xml b/pom.xml
index b893733c824..3f97be7aaff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
6.4.0
3.7.2
2.3.0
- 4.4.0
+ 4.4.3
4.4.3
0.15.0
1.7.32