Skip to content

Commit 6d27462

Browse files
committed
Upgrade kafka-clients version in optional-reporter-plugins to 3.9.1
1 parent 9726dd1 commit 6d27462

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Release Notes.
2121
* Add the jdk httpclient plugin.
2222
* Fix Gateway 2.0.x plugin not activated for spring-cloud-starter-gateway 2.0.0.RELEASE.
2323
* Enhance spring-kafka plugin to support kafka-clients 3.7.1+ with spring-kafka 3.1.0+
24+
* Upgrade kafka-clients version in optional-reporter-plugins to 3.9.1
25+
2426
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/242?closed=1)
2527

2628
------------------

apm-sniffer/optional-reporter-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<ant-contrib.version>1.0b3</ant-contrib.version>
4242
<ant-nodeps.version>1.8.1</ant-nodeps.version>
4343

44-
<kafka-clients.version>2.4.1</kafka-clients.version>
44+
<kafka-clients.version>3.9.1</kafka-clients.version>
4545
<spring-kafka-test.version>2.4.6.RELEASE</spring-kafka-test.version>
4646
</properties>
4747

docs/en/setup/service-agent/java-agent/Plugin-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
- spring-concurrent-util-4.x
112112
- spring-core-patch
113113
- spring-kafka-1.x
114-
- spring-kafka-2.x
114+
- spring-kafka-2.x/3.x
115115
- spring-mvc-annotation
116116
- spring-mvc-annotation-3.x
117117
- spring-mvc-annotation-4.x

0 commit comments

Comments
 (0)