-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security: upgrade kafka-clients to 3.6.1 #6147
Conversation
dependencies/pom.xml
Outdated
@@ -91,6 +91,7 @@ | |||
<logback.version>1.2.9</logback.version> | |||
<logstash-logback-encoder.version>6.5</logstash-logback-encoder.version> | |||
<kafka-appender.version>0.2.0-RC2</kafka-appender.version> | |||
<kafka-clients.version>3.5.2</kafka-clients.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use 3.6.1?
<kafka-clients.version>3.5.2</kafka-clients.version> | |
<kafka-clients.version>3.6.1</kafka-clients.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all resolved.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6147 +/- ##
============================================
+ Coverage 48.98% 49.00% +0.01%
+ Complexity 4782 4781 -1
============================================
Files 913 913
Lines 31697 31697
Branches 3823 3823
============================================
+ Hits 15528 15532 +4
+ Misses 14632 14628 -4
Partials 1537 1537
|
changes/zh-cn/2.x.md
Outdated
@@ -27,6 +27,7 @@ | |||
|
|||
### security: | |||
- [[#6069](https://github.com/seata/seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞 | |||
- [[#6147](https://github.com/seata/seata/pull/6147)] 升级 kafka-clients依赖至3.5.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [[#6147](https://github.com/seata/seata/pull/6147)] 升级 kafka-clients依赖至3.5.2 | |
- [[#6147](https://github.com/seata/seata/pull/6147)] 升级 kafka-clients依赖至3.6.1 |
changes/en-us/2.x.md
Outdated
@@ -28,6 +28,7 @@ Add changes here for all PR submitted to the 2.x branch. | |||
|
|||
### security: | |||
- [[#6069](https://github.com/seata/seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities | |||
- [[#6147](https://github.com/seata/seata/pull/6147)] upgrade kafka-clients to 3.5.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [[#6147](https://github.com/seata/seata/pull/6147)] upgrade kafka-clients to 3.5.2 | |
- [[#6147](https://github.com/seata/seata/pull/6147)] upgrade kafka-clients to 3.6.1 |
…13_03 # Conflicts: # changes/zh-cn/2.x.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ⅰ. Describe what this PR did
upgrade kafka-clients to 3.5.2
Ⅱ. Does this pull request fix one issue?
fixes #6092
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews