-
Notifications
You must be signed in to change notification settings - Fork 269
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
[FR] Update Java Client Libraries and Object Lifecycle Management #660
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
We are currently also trying to update these libraries and are unable to do so, will this be fixed before June 20, 2022? |
Thank you @CameronProbert for reporting this issue. We are currently looking into upgrading the gcp dependencies. I need to confirm a list of things that we are breaking before moving forward with this. Please note that we have prioritized this task and will track any updates here. |
We need to upgrade the library as soon as possible because of a new security vulnerability over Vulnerability 1: WS-2021-0419 A possible fix is to upgrade |
We have started the process to upgrade the |
This should be fixed in v9.0.0. Thank you for your patience! |
Is your feature request related to a problem? Please describe.
I received an email from Google advising me to update the GCP Java Client Libraries and Object Lifecycle Management. In my Gradle dependencies graph I have:
com.google.cloud:google-cloud-storage:1.118.0
, which I think should be atv2.6.0
Describe the solution you'd like
Upgrade the GCP Java Client Libraries and Object Lifecycle Management dependencies. I don't have much knowledge of dependency management in the Java ecosystem, but I think that #654 fixes this.
Describe alternatives you've considered
I tried setting
com.google.cloud:google-cloud-storage:2.6.0
in my gradle build script, but then I get exceptions at runtime.Additional context
The contents of the email:
The text was updated successfully, but these errors were encountered: