Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

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

Release notes

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

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.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
  • 192ec10 chore(main): release 2.63.0 (#3491)
  • ea31bf1 chore(main): release 2.62.2-SNAPSHOT (#3477)
  • 418457c test(deps): update test libraries (#3370)
  • 3343d43 test(deps): update cross product test dependencies (#3426)
  • 412b5fb feat: next release from main branch is 2.63.0 (#3486)
  • a8a2ae8 chore(deps): update storage release dependencies (#3478)
  • 10ec1b6 chore: Ignore tests that are failing due to Public access prevention (#3489)
  • ed2ddb7 deps: update dependency node to v24 (#3368)
  • 87642bd chore: Update generation configuration at Sat Feb 7 02:50:34 UTC 2026 (#3479)
  • 3a5deee deps: update dependency com.google.cloud:sdk-platform-java-config to v3.56.1 ...
  • 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 Feb 17, 2026
@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

@github-actions github-actions bot enabled auto-merge (squash) February 17, 2026 06:27
github-actions[bot]
github-actions bot previously approved these changes Feb 17, 2026
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 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 Feb 17, 2026

Codecov Report

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

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3284      +/-   ##
============================================
+ Coverage     68.33%   70.76%   +2.43%     
- Complexity     5021     5327     +306     
============================================
  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.63.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.63.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.63.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.63.0 branch from d45e833 to c466b0b Compare March 2, 2026 20:35
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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2026

Superseded by #3308.

@dependabot dependabot bot closed this Mar 3, 2026
auto-merge was automatically disabled March 3, 2026 06:26

Pull request was closed

@dependabot dependabot bot deleted the dependabot/maven/com.google.cloud-google-cloud-storage-2.63.0 branch March 3, 2026 06:26
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