Skip to content

Commit 2df6e11

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

2 files changed

Lines changed: 3 additions & 1 deletion

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

0 commit comments

Comments
 (0)