This is an automated email from the ASF dual-hosted git repository.

piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dabc16286 Kafka upgraded to version 3.6.2 (CONNECTORS-1765)
dabc16286 is described below

commit dabc16286a36fe897ffff9575aaac6f602599089
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Sat Dec 21 14:49:16 2024 +0100

    Kafka upgraded to version 3.6.2 (CONNECTORS-1765)
---
 build.xml                |  2 +-
 connectors/kafka/pom.xml | 14 +++++++-------
 framework/.gitignore     |  3 +++
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/build.xml b/build.xml
index 81abec611..b8d115741 100644
--- a/build.xml
+++ b/build.xml
@@ -2201,7 +2201,7 @@ Use Apache Forrest version forrest-0.9-dev or higher.
         <antcall target="download-via-maven">
             <param name="target" value="lib"/>
             <param name="project-path" value="org/apache/kafka"/>
-            <param name="artifact-version" value="3.6.0"/>
+            <param name="artifact-version" value="3.6.2"/>
             <param name="artifact-name" value="kafka-clients"/>
             <param name="artifact-type" value="jar"/>
         </antcall>
diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml
index 5e06753e9..3447c3db1 100644
--- a/connectors/kafka/pom.xml
+++ b/connectors/kafka/pom.xml
@@ -224,12 +224,12 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka_2.13</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -241,31 +241,31 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-server-common</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-group-coordinator</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-raft</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-storage</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-metadata</artifactId>
-      <version>3.6.0</version>
+      <version>3.6.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/framework/.gitignore b/framework/.gitignore
index 4b9112916..05c07e819 100644
--- a/framework/.gitignore
+++ b/framework/.gitignore
@@ -4,3 +4,6 @@
 /build/
 /target/
 */target/
+/test-HSQLDB-output/
+/test-HSQLDBext-output/
+/test-output/
\ No newline at end of file

Reply via email to