Skip to content

Commit fc0f745

Browse files
committed
Upgrade kafka-clients version in optional-reporter-plugins to 3.9.1
1 parent bef8697 commit fc0f745

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Release Notes.
2020
* Eliminate repeated code with HttpServletRequestWrapper in mvc-annotation-commons.
2121
* Add the jdk httpclient plugin.
2222
* Enhance spring-kafka plugin to support kafka-clients 3.7.1+ with spring-kafka 3.1.0+
23+
* Upgrade kafka-clients version in optional-reporter-plugins to 3.9.1
2324

2425
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/242?closed=1)
2526

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)