8000 Bump com.google.cloud:google-cloud-storage from 2.23.0 to 2.52.3 by dependabot[bot] · Pull Request #15588 · hortonworks/cloudbreak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump com.google.cloud:google-cloud-storage from 2.23.0 to 2.52.3 #15588

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps com.google.cloud:google-cloud-storage from 2.23.0 to 2.52.3.

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.52.3

2.52.3 (2025-05-19)

Bug Fixes

  • Update grpc client side metrics detection to be graceful when not running on gcp (#3097) (10cd32d)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250509-2.0.0 (#3103) (1fd1090)
  • Update sdk-platform-java dependencies (#3102) (3b53b94)

v2.52.2

2.52.2 (2025-05-06)

Bug Fixes

  • Fix a possible NPE that could happen when shutting down a grpc Storage instance (#3089) (56f5d0a)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250424-2.0.0 (#3084) (c7afbde)
  • Update sdk-platform-java dependencies (#3087) (762ca13)

v2.52.1

2.52.1 (2025-05-01)

Bug Fixes

  • Fix grpc ReadObject memory leak introduced in 2.51.0 (#3080) (7057629)

v2.52.0

2.52.0 (2025-04-28)

[!IMPORTANT]
This release has a direct memory leak when using a StorageOptions.grpc() instance and performing downloads.

Please update to 2.52.1 or later which contains the fix.

Features

  • Add Storage.BlobListOption#includeTrailingDelimiter (#3038) (0b7a0df)

Bug Fixes

... (truncated)

Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.52.3 (2025-05-19)

Bug Fixes

  • Update grpc client side metrics detection to be graceful when not running on gcp (#3097) (10cd32d)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250509-2.0.0 (#3103) (1fd1090)
  • Update sdk-platform-java dependencies (#3102) (3b53b94)

2.52.2 (2025-05-06)

Bug Fixes

  • Fix a possible NPE that could happen when shutting down a grpc Storage instance (#3089) (56f5d0a)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250424-2.0.0 (#3084) (c7afbde)
  • Update sdk-platform-java dependencies (#3087) (762ca13)

2.52.1 (2025-05-01)

Bug Fixes

  • Fix grpc ReadObject memory leak introduced in 2.51.0 (#3080) (7057629)

2.52.0 (2025-04-28)

[!IMPORTANT]
This release has a direct memory leak when using gRPC transport for downloads.

Please update to 2.52.1 or later which contains the fix.

Features

  • Add Storage.BlobListOption#includeTrailingDelimiter (#3038) (0b7a0df)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.56.2 (74c46dd)

... (truncated)

Commits
  • 59896f5 chore(main): release 2.52.3 (#3098)
  • a451ab2 test: update error message classifier for rapid bucket creation failure (#3106)
  • 1fd1090 deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • 3b53b94 deps: update sdk-platform-java dependencies (#3102)
  • 10cd32d fix: update grpc client side metrics detection to be graceful when not runnin...
  • 4fdb1d4 test(deps): update cross product test dependencies (#3095)
  • 05fa478 chore(deps): update storage release dependencies to v2.52.2 (#3093)
  • fb7dbf5 test(deps): update cross product test dependencies (#3091)
  • ae26fe1 build(deps): update dependency com.google.cloud:sdk-platform-java-config to v...
  • bf4b06b chore(main): release 2.52.3-SNAPSHOT (#3090)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.23.0 to 2.52.3.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.23.0...v2.52.3)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.52.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0