Skip to content
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(deps): update dependency com.google.cloud:google-cloud-storage to v2.24.0 #9571

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-storage 2.22.6 -> 2.24.0 age adoption passing confidence

Release Notes

googleapis/java-storage (com.google.cloud:google-cloud-storage)

v2.24.0

Compare Source

Features
Bug Fixes
  • Update grpc upload logic to follow hashing behavior of json (#​2107) (ed05232)
  • Update UploadCallable to use createFrom to avoid NPE trying to resolve resulting object (#​2086) (6769a2b)
Documentation
Dependencies
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.12.0 (#​2088) (18adb5a)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.0 (#​2106) (734dee0)
  • Update dependency io.grpc:grpc-bom to v1.56.1 (#​2101) (3102941)
  • Update dependency net.jqwik:jqwik to v1.7.4 (#​2103) (c681ccf)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.36.0 (#​2080) (ba5c11a)

v2.23.0

Compare Source

Features
Dependencies
  • Update dependencies io.grpc:* to v1.56.0 (#​2072) (e10bde2)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20230617-2.0.0 (#​2077) (9f618cd)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.23 (#​2074) (427f330)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 21, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 21, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 21, 2023
@zhumin8 zhumin8 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 22, 2023
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 4722802 to 2a91a25 Compare June 23, 2023 17:29
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 23, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 23, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 23, 2023
@lqiu96
Copy link
Contributor

lqiu96 commented Jul 10, 2023

Keeping this as a Do Not Merge until we are able to merge in grpc v1.56.0.

Until then, bump storage v2.22.x+.

@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 2a91a25 to 90a5a54 Compare July 10, 2023 21:32
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 10, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 10, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 10, 2023
@renovate-bot renovate-bot changed the title fix(deps): update dependency com.google.cloud:google-cloud-storage to v2.23.0 fix(deps): update dependency com.google.cloud:google-cloud-storage to v2.24.0 Jul 13, 2023
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 90a5a54 to 5af40c2 Compare July 13, 2023 19:01
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 13, 2023
@lqiu96
Copy link
Contributor

lqiu96 commented Jul 19, 2023

The new release of sdk-platform-java should have grpc v1.56.x+ and we should be able to merge this in. Removing the Do Not Merge label.

@lqiu96 lqiu96 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 5af40c2 to 623d9d7 Compare July 20, 2023 20:20
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 20, 2023
@lqiu96 lqiu96 added the automerge Merge the pull request once unit tests and other checks pass. label Jul 20, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 7ab2869 into googleapis:main Jul 20, 2023
28 of 30 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 20, 2023
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-storage-2.x branch July 20, 2023 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants