-
Notifications
You must be signed in to change notification settings - Fork 73
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
upgrade gson to 2.8.9 #354
Conversation
Signed-off-by: Yaliang Wu <[email protected]>
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 if CI passes, thanks for making this change. Read over https://github.com/google/gson/blob/master/CHANGELOG.md and no breaking change seems to be introduced. Are we backporting this to 1.2 then?
We can backport to all old versions. The vulnerability is from |
Codecov Report
@@ Coverage Diff @@
## main #354 +/- ##
============================================
- Coverage 79.39% 79.30% -0.10%
+ Complexity 4103 4095 -8
============================================
Files 295 295
Lines 17207 17207
Branches 1826 1826
============================================
- Hits 13662 13646 -16
- Misses 2648 2658 +10
- Partials 897 903 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Yaliang Wu [email protected]
Description
Upgrade Gson to 2.8.9
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.