-
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 guava from 31.0.1-jre to latest 32.0.1-jre. #411
Upgrade guava from 31.0.1-jre to latest 32.0.1-jre. #411
Conversation
Signed-off-by: Rishikesh1159 <[email protected]>
Failing checks due to :
|
That check was failing on the previous PR before the version update in this PR. See https://github.com/opensearch-project/job-scheduler/actions/runs/5443846790/jobs/9909241372 I suspect we need to wrap a |
Signed-off-by: Rishikesh1159 <[email protected]>
Signed-off-by: Rishikesh1159 <[email protected]>
Signed-off-by: Rishikesh1159 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #411 +/- ##
============================================
- Coverage 28.77% 28.69% -0.09%
+ Complexity 97 96 -1
============================================
Files 22 22
Lines 1178 1178
Branches 109 109
============================================
- Hits 339 338 -1
Misses 818 818
- Partials 21 22 +1 |
@Rishikesh1159 do you want to backport to 2.x? |
* Upgrade guava from 31.0.1-jre to latest 32.1.1-jre. Signed-off-by: Rishikesh1159 <[email protected]> * Add constraint to specific version of guava. Signed-off-by: Rishikesh1159 <[email protected]> * remove extra references. Signed-off-by: Rishikesh1159 <[email protected]> * use fore resolution strategy. Signed-off-by: Rishikesh1159 <[email protected]> --------- Signed-off-by: Rishikesh1159 <[email protected]> (cherry picked from commit a297c25)
* Upgrade guava from 31.0.1-jre to latest 32.1.1-jre. Signed-off-by: Rishikesh1159 <[email protected]> * Add constraint to specific version of guava. Signed-off-by: Rishikesh1159 <[email protected]> * remove extra references. Signed-off-by: Rishikesh1159 <[email protected]> * use fore resolution strategy. Signed-off-by: Rishikesh1159 <[email protected]> --------- Signed-off-by: Rishikesh1159 <[email protected]> (cherry picked from commit a297c25) Co-authored-by: Rishikesh Pasham <[email protected]>
Description
This PR Upgrades guava from 31.0.1-jre to latest 32.0.1-jre to fix the CVE-2023-2976
Issues Resolved
[List any issues this PR will resolve]
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.