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 aa40db494 Fixed Kafka version in the build.xml (CONNECTORS-1765)
aa40db494 is described below

commit aa40db4944965e362f5fdd2eae30f1433ed27c90
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Dec 23 21:04:13 2024 +0100

    Fixed Kafka version in the build.xml (CONNECTORS-1765)
---
 connectors/kafka/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/kafka/build.xml b/connectors/kafka/build.xml
index e3d3e335d..970e32599 100644
--- a/connectors/kafka/build.xml
+++ b/connectors/kafka/build.xml
@@ -30,7 +30,7 @@
 
     <import file="${mcf-dist}/connector-build.xml"/>
 
-    <property name="kafka.version" value="3.6.0"/>
+    <property name="kafka.version" value="3.6.2"/>
 
     <path id="connector-classpath">
         <path refid="mcf-connector-build.connector-classpath"/>

Reply via email to