Skip to content

build(deps): bump com.google.cloud:google-cloud-storage from 2.62.1 to 2.64.0#3308

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.google.cloud-google-cloud-storage-2.64.0
Open

build(deps): bump com.google.cloud:google-cloud-storage from 2.62.1 to 2.64.0#3308
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.google.cloud-google-cloud-storage-2.64.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps com.google.cloud:google-cloud-storage from 2.62.1 to 2.64.0.

Release notes

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

v2.64.0

2.64.0 (2026-02-27)

Features

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.67.0 (ce2e03a)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.57.0 (#3500) (1617b39)
  • Update dependency node to v24 (#3492) (0ae3315)
  • Update googleapis/sdk-platform-java action to v2.67.0 (#3501) (f1ff0c9)

v2.63.0

2.63.0 (2026-02-12)

Features

  • Add a DeleteFolderRecursive API definition (87642bd)
  • Added a new field ComposeObjectRequest.delete_source_objects field (87642bd)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.66.1 (87642bd)
  • Validate blob paths to prevent directory traversal in TransferManager downloads (#3455) (49abf75)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.56.1 (#3484) (3a5deee)
  • Update dependency node to v24 (#3368) (ed2ddb7)
Changelog

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

2.64.0 (2026-02-27)

Features

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.67.0 (ce2e03a)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.57.0 (#3500) (1617b39)
  • Update dependency node to v24 (#3492) (0ae3315)
  • Update googleapis/sdk-platform-java action to v2.67.0 (#3501) (f1ff0c9)

2.63.0 (2026-02-12)

Features

  • Add a DeleteFolderRecursive API definition (87642bd)
  • Added a new field ComposeObjectRequest.delete_source_objects field (87642bd)
  • Next release from main branch is 2.63.0 (#3486) (412b5fb)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.66.1 (87642bd)
  • Validate blob paths to prevent directory traversal in TransferManager downloads (#3455) (49abf75)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.56.1 (#3484) (3a5deee)
  • Update dependency node to v24 (#3368) (ed2ddb7)
Commits
  • 4036dfc chore(main): release 2.64.0 (#3508)
  • 3cdd193 chore(main): release 2.63.1-SNAPSHOT (#3494)
  • 74043b0 test(deps): update dependency org.junit:junit-bom to v5.14.3 (#3497)
  • e8f8036 test(deps): update cross product test dependencies (#3496)
  • d212dd4 chore(deps): update storage release dependencies (#3495)
  • ce2e03a chore: Update generation configuration at Thu Feb 26 02:53:25 UTC 2026 (#3488)
  • 1617b39 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.57.0 ...
  • 0ae3315 deps: update dependency node to v24 (#3492)
  • f1ff0c9 deps: update googleapis/sdk-platform-java action to v2.67.0 (#3501)
  • 2fef010 feat: adding Otel for MPU (#3387)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 3, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 3, 2026 06:26
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

1 similar comment
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

1 similar comment
@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.76%. Comparing base (6ef1dfb) to head (4898827).
⚠️ Report is 100 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3308      +/-   ##
============================================
+ Coverage     68.33%   70.76%   +2.43%     
- Complexity     5021     5328     +307     
============================================
  Files           639      643       +4     
  Lines         24197    24473     +276     
  Branches       2992     3036      +44     
============================================
+ Hits          16534    17319     +785     
+ Misses         6227     5738     -489     
+ Partials       1436     1416      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.62.1 to 2.64.0.
- [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.62.1...v2.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.cloud-google-cloud-storage-2.64.0 branch from 8ac2ada to 4898827 Compare March 10, 2026 17:51
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

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