You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/27 16:16:10 UTC

[camel] branch kafka251 created (now c48c76d8a5d)

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

davsclaus pushed a change to branch kafka251
in repository https://gitbox.apache.org/repos/asf/camel.git


      at c48c76d8a5d CAMEL-19661: camel-kafka - Upgrade to Kafka 3.5.1

This branch includes the following new commits:

     new c48c76d8a5d CAMEL-19661: camel-kafka - Upgrade to Kafka 3.5.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: CAMEL-19661: camel-kafka - Upgrade to Kafka 3.5.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch kafka251
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c48c76d8a5d7c44309e79a262c72fa883c2dc352
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 27 18:16:00 2023 +0200

    CAMEL-19661: camel-kafka - Upgrade to Kafka 3.5.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a6ef5808437..78f9d9ada08 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -298,7 +298,7 @@
         <jython-version>2.7.3</jython-version>
         <jython-standalone-version>2.7.3</jython-standalone-version>
         <jzlib-version>1.1.3</jzlib-version>
-        <kafka-version>3.5.0</kafka-version>
+        <kafka-version>3.5.1</kafka-version>
         <kotlin-version>1.9.0</kotlin-version>
         <kubernetes-client-version>6.8.0</kubernetes-client-version>
         <kubernetes-model-version>6.8.0</kubernetes-model-version>