This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new cfbb6f010 Upgrade kafka-clients to 3.9.1. (#2243)
cfbb6f010 is described below
commit cfbb6f010719621513fdcf6c6d3fea4778b2eabd
Author: Tibor Zimányi <[email protected]>
AuthorDate: Mon Jul 21 08:34:55 2025 +0200
Upgrade kafka-clients to 3.9.1. (#2243)
---
.../pom.xml | 12 ++++++++++++
.../pom.xml | 12 ++++++++++++
.../pom.xml | 12 ++++++++++++
.../pom.xml | 12 ++++++++++++
.../data-index-service-mongodb/pom.xml | 12 ++++++++++++
.../data-index-service-postgresql/pom.xml | 12 ++++++++++++
explainability/explainability-service-messaging/pom.xml | 17 ++++++++++++-----
jobs-service/jobs-service-messaging-kafka/pom.xml | 12 ++++++++++++
trusty/trusty-service/trusty-service-common/pom.xml | 17 ++++++++++++-----
9 files changed, 108 insertions(+), 10 deletions(-)
diff --git
a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/pom.xml
b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/pom.xml
index 7eb024d54..19f3f037f 100644
---
a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/pom.xml
+++
b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/pom.xml
@@ -60,6 +60,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
diff --git
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/pom.xml
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/pom.xml
index 572713f61..09475567f 100644
---
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/pom.xml
+++
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/pom.xml
@@ -61,6 +61,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
diff --git
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-management/pom.xml
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-management/pom.xml
index a7864b5cd..e8b413580 100644
---
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-management/pom.xml
+++
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-management/pom.xml
@@ -68,6 +68,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
diff --git
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-messaging/pom.xml
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-messaging/pom.xml
index 0fe5cfe5e..10493bd41 100644
---
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-messaging/pom.xml
+++
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-messaging/pom.xml
@@ -68,6 +68,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
diff --git a/data-index/data-index-quarkus/data-index-service-mongodb/pom.xml
b/data-index/data-index-quarkus/data-index-service-mongodb/pom.xml
index 5868eb6a9..ebaf3c11f 100644
--- a/data-index/data-index-quarkus/data-index-service-mongodb/pom.xml
+++ b/data-index/data-index-quarkus/data-index-service-mongodb/pom.xml
@@ -52,6 +52,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
diff --git
a/data-index/data-index-quarkus/data-index-service-postgresql/pom.xml
b/data-index/data-index-quarkus/data-index-service-postgresql/pom.xml
index 11e937997..5463d5c4b 100644
--- a/data-index/data-index-quarkus/data-index-service-postgresql/pom.xml
+++ b/data-index/data-index-quarkus/data-index-service-postgresql/pom.xml
@@ -52,6 +52,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
diff --git a/explainability/explainability-service-messaging/pom.xml
b/explainability/explainability-service-messaging/pom.xml
index bcd307f93..dc9134b7d 100644
--- a/explainability/explainability-service-messaging/pom.xml
+++ b/explainability/explainability-service-messaging/pom.xml
@@ -48,6 +48,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
@@ -95,11 +107,6 @@
<artifactId>kogito-quarkus-test-utils</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka-clients</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
diff --git a/jobs-service/jobs-service-messaging-kafka/pom.xml
b/jobs-service/jobs-service-messaging-kafka/pom.xml
index d0a6ee196..07f3be661 100644
--- a/jobs-service/jobs-service-messaging-kafka/pom.xml
+++ b/jobs-service/jobs-service-messaging-kafka/pom.xml
@@ -64,6 +64,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
diff --git a/trusty/trusty-service/trusty-service-common/pom.xml
b/trusty/trusty-service/trusty-service-common/pom.xml
index 9c5579793..488a9b757 100644
--- a/trusty/trusty-service/trusty-service-common/pom.xml
+++ b/trusty/trusty-service/trusty-service-common/pom.xml
@@ -56,6 +56,18 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-messaging-kafka</artifactId>
+ <exclusions>
+ <!-- Overriding kafka-clients to fix a vulnerability.
+ This exclusion can be removed when Quarkus will contain
kafka-clients in at least version 3.9.1. -->
+ <exclusion>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
@@ -114,11 +126,6 @@
<artifactId>kogito-quarkus-test-utils</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka-clients</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]