This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 4ec70f2c5 [KYUUBI #6271] Upgrade kafka-clients from 3.5.1 to 3.5.2
4ec70f2c5 is described below
commit 4ec70f2c5d98f4f798eeb97f10d58bb70abd675e
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 9800aaac3..463f8e442 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -98,7 +98,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/2.14.6//jline-2.14.6.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
@@ -175,7 +175,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 81a10602e..86429e6d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<jetty.version>9.4.52.v20230823</jetty.version>
<jline.version>2.14.6</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-relocated.version>0.3.0</kyuubi-relocated.version>
<kyuubi-relocated-zookeeper.artifacts>kyuubi-relocated-zookeeper-34</kyuubi-relocated-zookeeper.artifacts>