[KYUUBI #6271] Upgrade kafka-clients from 3.5.1 to 3.5.2
# 🔍 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 🔖 - [ ] 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 ⚰️ #### Behavior With This Pull Request 🎉 #### 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 <liuxiao2103@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
8614b2b46b
commit
6910d755ce
@ -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
|
||||
|
||||
2
pom.xml
2
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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user