Skip to content

Bump com.google.cloud:google-cloud-storage from 2.23.0 to 2.52.2 #15582

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

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

Release notes

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

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

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

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250416-2.0.0 (#3063) (d496d5b)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250420-2.0.0 (#3070) (1ef50f2)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.46.2 (#3061) (cb43a6c)
  • Update googleapis/sdk-platform-java action to v2.56.2 (#3055) (7025ad7)

v2.51.0

2.51.0 (2025-04-23)

... (truncated)

Changelog

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

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)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250416-2.0.0 (#3063) (d496d5b)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250420-2.0.0 (#3070) (1ef50f2)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.46.2 (#3061) (cb43a6c)
  • Update googleapis/sdk-platform-java action to v2.56.2 (#3055) (7025ad7)

2.51.0 (2025-04-23)

[!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.

... (truncated)

Commits
  • 7bbc826 chore(main): release 2.52.2 (#3088)
  • 56f5d0a fix: fix a possible NPE that could happen when shutting down a grpc Storage i...
  • 762ca13 deps: update sdk-platform-java dependencies (#3087)
  • 60dcc73 test(deps): update cross product test dependencies (#3078)
  • 9de2a1d chore(deps): update storage release dependencies to v2.52.1 (#3083)
  • c7afbde deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • 18d24f9 chore(main): release 2.52.2-SNAPSHOT (#3082)
  • 5e48c75 chore(main): release 2.52.1 (#3081)
  • 7057629 fix: fix grpc ReadObject memory leak introduced in 2.51.0 (#3080)
  • 3274cd8 chore: Update generation configuration at Tue Apr 29 02:28:48 UTC 2025 (#3075)
  • 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.2.
- [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.2)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.52.2
  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 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Superseded by #15588.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.google.cloud-google-cloud-storage-2.52.2 branch May 19, 2025 20:57
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