-
Notifications
You must be signed in to change notification settings - Fork 282
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
[1.3] Update guava to address CVE-2023-2976 #3060
[1.3] Update guava to address CVE-2023-2976 #3060
Conversation
Signed-off-by: Josh Aguilar <[email protected]>
build.gradle
Outdated
@@ -84,7 +84,7 @@ configurations.all { | |||
force "org.apache.commons:commons-lang3:3.4" | |||
force "org.springframework:spring-core:5.3.28" | |||
force "org.springframework:spring-expression:5.3.28" | |||
force "com.google.guava:guava:30.0-jre" | |||
force "com.google.guava:guava:32.0.1-jre" |
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.
We bumped to 32.1.1-jre
everywhere, shouldn't we use the latest here as well? thanks!
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.
Thanks for the feedback @reta! I just went the the minimum required but happy to bump it up to the latest version if that's preferrable as well.
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.
Done 🎉
Signed-off-by: Josh Aguilar <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[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.
Thanks for the contribution!
Description
Update guava to address CVE-2023-2976.
Seems like this has been resolved for 2.x so this PR is for the 1.3 branch.
Issues Resolved
#2940
Check List
New functionality includes testingNew functionality has been documentedBy 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.