You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/13 12:46:30 UTC

[camel-kafka-connector] branch kafka-2.4.1 created (now 1c67dff)

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

acosentino pushed a change to branch kafka-2.4.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 1c67dff  Upgrade Kafka to version 2.4.1 - fixes #105

This branch includes the following new commits:

     new 1c67dff  Upgrade Kafka to version 2.4.1 - fixes #105

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-kafka-connector] 01/01: Upgrade Kafka to version 2.4.1 - fixes #105

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

acosentino pushed a commit to branch kafka-2.4.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 1c67dff8ea240f90aaf95370b535e7bca899de25
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 13 11:59:04 2020 +0100

    Upgrade Kafka to version 2.4.1 - fixes #105
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8bbc74b..dd792a7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -41,7 +41,7 @@
         <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
 
         <activemq.version>5.15.11</activemq.version>
-        <kafka.version>2.4.0</kafka.version>
+        <kafka.version>2.4.1</kafka.version>
         <junit.version>5.6.0</junit.version>
         <camel.version>3.1.0</camel.version>
         <jackson.version>2.10.3</jackson.version>