-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][sec] Upgrade commons-text to 1.10.0 in the kinesis-sink #18093
[fix][sec] Upgrade commons-text to 1.10.0 in the kinesis-sink #18093
Conversation
@@ -65,13 +65,6 @@ | |||
<skip>true</skip> | |||
</configuration> | |||
</plugin> | |||
<plugin> |
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.
useless, it throws warning for the missing 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.
please make the patch focus only on one problem (the upgrade)
@coderzc PTAL |
Codecov Report
@@ Coverage Diff @@
## master #18093 +/- ##
=============================================
+ Coverage 34.91% 51.07% +16.15%
- Complexity 5707 8755 +3048
=============================================
Files 607 607
Lines 53396 53511 +115
Branches 5712 5739 +27
=============================================
+ Hits 18644 27329 +8685
+ Misses 32119 23135 -8984
- Partials 2633 3047 +414
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -65,13 +65,6 @@ | |||
<skip>true</skip> | |||
</configuration> | |||
</plugin> | |||
<plugin> |
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.
please make the patch focus only on one problem (the upgrade)
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
Motivation
Follow up of #18053.
Kinesis sink still uses 1.9
Modifications
commons-text
dependency to the dependency management sectionDocumentation
doc
doc-required
doc-not-needed
doc-complete