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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 36c5919d0 CVE-2024-6763, CVE-2025-11143, CVE-2026-2332 jetty upgrade 
(#2217)
36c5919d0 is described below

commit 36c5919d09bafd9b856699f815d0df267460740a
Author: ChinchuAjith <[email protected]>
AuthorDate: Mon Jun 8 23:56:59 2026 +0530

    CVE-2024-6763, CVE-2025-11143, CVE-2026-2332 jetty upgrade (#2217)
    
    * cve-jetty fix
    
    * removing wiremock version as it inherits from parent
    
    * removing version declaraton
---
 kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml      | 3 +--
 kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml  | 4 +---
 kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml 
b/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml
index 8651c6e0d..b7d81c346 100644
--- a/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml
+++ b/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml
@@ -33,7 +33,6 @@
   <description>Kogito with DMN Knative Eventing - Quarkus</description>
 
   <properties>
-    <version.org.wiremock>3.13.0</version.org.wiremock>
     <quarkus-plugin.version>3.27.4</quarkus-plugin.version>
     <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
     <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
@@ -117,7 +116,7 @@
     -->
     <dependency>
       <groupId>org.wiremock</groupId>
-      <artifactId>wiremock</artifactId>
+      <artifactId>wiremock-jetty12</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml 
b/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml
index 427b99c4c..53c7b82be 100644
--- a/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml
@@ -31,7 +31,6 @@
   <name>Kogito Example :: Process with Knative Eventing and Quarkus</name>
   <description>Kogito with Knative Eventing - Quarkus</description>
   <properties>
-    <version.org.wiremock>3.13.0</version.org.wiremock>
     <quarkus-plugin.version>3.27.4</quarkus-plugin.version>
     <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
     <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
@@ -115,8 +114,7 @@
     -->
     <dependency>
       <groupId>org.wiremock</groupId>
-      <artifactId>wiremock</artifactId>
-      <version>${version.org.wiremock}</version>
+      <artifactId>wiremock-jetty12</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git 
a/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml 
b/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml
index 0a354f57a..1599916ca 100644
--- a/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml
@@ -105,7 +105,7 @@
     </dependency>
     <dependency>
       <groupId>org.wiremock</groupId>
-      <artifactId>wiremock</artifactId>
+      <artifactId>wiremock-jetty12</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to