This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 5dfa3d1198 Bump org.apache.kafka:kafka-clients from 3.7.1 to 3.9.1
(#6037)
5dfa3d1198 is described below
commit 5dfa3d11986ba2620d683c4f3cbe1f0f6d7ad7c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 19 19:36:28 2025 +0800
Bump org.apache.kafka:kafka-clients from 3.7.1 to 3.9.1 (#6037)
Bumps org.apache.kafka:kafka-clients from 3.7.1 to 3.9.1.
---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
dependency-version: 3.9.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aias00 <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7577ed6178..563c1825d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<jackson-databind.version>2.15.3</jackson-databind.version>
<jakarta.json-api.version>2.0.1</jakarta.json-api.version>
<elasticsearch-rest-client.version>8.2.3</elasticsearch-rest-client.version>
- <kafka-clients.version>3.7.1</kafka-clients.version>
+ <kafka-clients.version>3.9.1</kafka-clients.version>
<amqp-client.version>5.16.0</amqp-client.version>
<clickhouse-http-client.version>0.3.2-patch11</clickhouse-http-client.version>
<eureka.version>2.0.2</eureka.version>