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

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new c5cd77193 [KYUUBI #6271] Upgrade kafka-clients from 3.5.1 to 3.5.2
c5cd77193 is described below

commit c5cd77193ab7fad45b528bf9ae0fed45e2558b80
Author: liuxiao <[email protected]>
AuthorDate: Sun Apr 7 23:51:53 2024 +0800

    [KYUUBI #6271] Upgrade kafka-clients from 3.5.1 to 3.5.2
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #6271
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Please include a summary of the change and which issue is fixed. Please 
also include relevant motivation and context. List any dependencies that are 
required for this change.
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6274 from liuxiaocs7/issue-6271.
    
    Closes #6271
    
    36215436d [liuxiao] Upgrade dep list
    13c41d150 [liuxiao] Upgrade kafka-clients from 3.5.1 to 3.5.2
    
    Authored-by: liuxiao <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 6910d755ce2faf691fdc93616c501b786827b0f5)
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 4 ++--
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 6bc01233d..cfb45f255 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -106,7 +106,7 @@ 
jetty-util-ajax/9.4.52.v20230823//jetty-util-ajax-9.4.52.v20230823.jar
 jetty-util/9.4.52.v20230823//jetty-util-9.4.52.v20230823.jar
 jline/0.9.94//jline-0.9.94.jar
 jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
-kafka-clients/3.5.1//kafka-clients-3.5.1.jar
+kafka-clients/3.5.2//kafka-clients-3.5.2.jar
 kubernetes-client-api/6.8.1//kubernetes-client-api-6.8.1.jar
 kubernetes-client/6.8.1//kubernetes-client-6.8.1.jar
 kubernetes-httpclient-okhttp/6.8.1//kubernetes-httpclient-okhttp-6.8.1.jar
@@ -184,7 +184,7 @@ 
simpleclient_tracer_otel_agent/0.16.0//simpleclient_tracer_otel_agent-0.16.0.jar
 slf4j-api/1.7.36//slf4j-api-1.7.36.jar
 snakeyaml-engine/2.6//snakeyaml-engine-2.6.jar
 snakeyaml/2.2//snakeyaml-2.2.jar
-snappy-java/1.1.10.1//snappy-java-1.1.10.1.jar
+snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
 sqlite-jdbc/3.42.0.0//sqlite-jdbc-3.42.0.0.jar
 swagger-annotations/2.2.1//swagger-annotations-2.2.1.jar
 swagger-core/2.2.1//swagger-core-2.2.1.jar
diff --git a/pom.xml b/pom.xml
index c55989da7..bda60e7c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
         <jetty.version>9.4.52.v20230823</jetty.version>
         <jline.version>0.9.94</jline.version>
         <junit.version>4.13.2</junit.version>
-        <kafka.version>3.5.1</kafka.version>
+        <kafka.version>3.5.2</kafka.version>
         <kubernetes-client.version>6.8.1</kubernetes-client.version>
         
<kyuubi-shaded-zookeeper.artifacts>kyuubi-shaded-zookeeper-34</kyuubi-shaded-zookeeper.artifacts>
         
<kyuubi-shaded-zookeeper.version>0.1.0</kyuubi-shaded-zookeeper.version>

Reply via email to