This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 8b55917ca3 Fix CVE-2024-6763, CVE-2025-11143, CVE-2026-2332: Replace
wiremock with wiremock-jetty12 (#4313)
8b55917ca3 is described below
commit 8b55917ca3bb0a00a539a9e1e430674991a83fac
Author: ChinchuAjith <[email protected]>
AuthorDate: Mon Jun 8 23:57:23 2026 +0530
Fix CVE-2024-6763, CVE-2025-11143, CVE-2026-2332: Replace wiremock with
wiremock-jetty12 (#4313)
* Fix CVE-2024-6763, CVE-2025-11143, CVE-2026-2332: Replace wiremock with
wiremock-jetty12
* Add wiremock-jetty12 to kogito-bom dependencyManagement
* removing dependency
---
addons/common/kubernetes/pom.xml | 2 +-
quarkus/addons/fabric8-kubernetes-service-catalog/runtime/pom.xml | 2 +-
quarkus/addons/kubernetes/runtime/pom.xml | 2 +-
.../integration-tests-quarkus-processes-reactive/pom.xml | 2 +-
quarkus/integration-tests/integration-tests-quarkus-processes/pom.xml | 2 +-
.../integration-tests/integration-tests-springboot-processes-it/pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/addons/common/kubernetes/pom.xml b/addons/common/kubernetes/pom.xml
index f14e239da0..e22de6f303 100644
--- a/addons/common/kubernetes/pom.xml
+++ b/addons/common/kubernetes/pom.xml
@@ -80,7 +80,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
- <artifactId>wiremock</artifactId>
+ <artifactId>wiremock-jetty12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/pom.xml
b/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/pom.xml
index 96097dbfb3..6065ac1463 100644
--- a/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/pom.xml
+++ b/quarkus/addons/fabric8-kubernetes-service-catalog/runtime/pom.xml
@@ -88,7 +88,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
- <artifactId>wiremock</artifactId>
+ <artifactId>wiremock-jetty12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/quarkus/addons/kubernetes/runtime/pom.xml
b/quarkus/addons/kubernetes/runtime/pom.xml
index cf3f8bd05a..0f98d30337 100644
--- a/quarkus/addons/kubernetes/runtime/pom.xml
+++ b/quarkus/addons/kubernetes/runtime/pom.xml
@@ -72,7 +72,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
- <artifactId>wiremock</artifactId>
+ <artifactId>wiremock-jetty12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/pom.xml
b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/pom.xml
index 7027306521..b640832bc8 100644
---
a/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/pom.xml
+++
b/quarkus/integration-tests/integration-tests-quarkus-processes-reactive/pom.xml
@@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
- <artifactId>wiremock</artifactId>
+ <artifactId>wiremock-jetty12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/quarkus/integration-tests/integration-tests-quarkus-processes/pom.xml
b/quarkus/integration-tests/integration-tests-quarkus-processes/pom.xml
index 706803d63b..3bdddad58a 100644
--- a/quarkus/integration-tests/integration-tests-quarkus-processes/pom.xml
+++ b/quarkus/integration-tests/integration-tests-quarkus-processes/pom.xml
@@ -140,7 +140,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
- <artifactId>wiremock</artifactId>
+ <artifactId>wiremock-jetty12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/springboot/integration-tests/integration-tests-springboot-processes-it/pom.xml
b/springboot/integration-tests/integration-tests-springboot-processes-it/pom.xml
index 57fd73d534..5cbd56f9c2 100644
---
a/springboot/integration-tests/integration-tests-springboot-processes-it/pom.xml
+++
b/springboot/integration-tests/integration-tests-springboot-processes-it/pom.xml
@@ -112,7 +112,7 @@
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
- <artifactId>wiremock-standalone</artifactId>
+ <artifactId>wiremock-jetty12</artifactId>
<scope>test</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]