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 2024/03/21 10:11:12 UTC

(camel) branch main updated: Bump org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0 (#13526)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3cd788cb129 Bump org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0 (#13526)
3cd788cb129 is described below

commit 3cd788cb129f003ee5a7a3caef7f3fc2ad4e8d09
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 21 11:11:07 2024 +0100

    Bump org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0 (#13526)
    
    Bumps org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.kafka:kafka-clients
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8064cd9939d..7981c10ca2a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -304,7 +304,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.6.1</kafka-version>
+        <kafka-version>3.7.0</kafka-version>
         <kotlin-version>1.9.23</kotlin-version>
         <kotlinpoet-version>1.16.0</kotlinpoet-version>
         <kubernetes-client-version>6.10.0</kubernetes-client-version>