Skip to content

chore(deps): Bump com.google.cloud:google-cloud-storage from 2.58.1 to 2.59.0#19657

Merged
oscerd merged 1 commit into
mainfrom
dependabot/maven/com.google.cloud-google-cloud-storage-2.59.0
Oct 22, 2025
Merged

chore(deps): Bump com.google.cloud:google-cloud-storage from 2.58.1 to 2.59.0#19657
oscerd merged 1 commit into
mainfrom
dependabot/maven/com.google.cloud-google-cloud-storage-2.59.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 22, 2025

Bumps com.google.cloud:google-cloud-storage from 2.58.1 to 2.59.0.

Release notes

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

v2.59.0

2.59.0 (2025-10-21)

Features

  • Add per-message checksum validation for gRPC ReadObject operations (#3336) (6eef1b0)

Bug Fixes

  • Add case insensitive check for X-Goog-Content-SHA256 in SignatureInfo (#3337) (54bc2c1)
  • Migrate away from GoogleCredentials.fromStream() usages (#3339) (7e42c2f)
  • Update BlobReadSession channels to not implicitly close once EOF is observed (#3344) (9f0a93e)
  • Update grpc single-shot uploads to attach the callers stracktrace as suppressed exception if an error happens in the background (#3330) (64e2b2e)
  • Update retry logic for grpc start resumable upload to properly handle client side deadline_exceeded (#3354) (6eb3331)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.53.0 (#3351) (e64565a)
Changelog

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

2.59.0 (2025-10-21)

Features

  • Add per-message checksum validation for gRPC ReadObject operations (#3336) (6eef1b0)

Bug Fixes

  • Add case insensitive check for X-Goog-Content-SHA256 in SignatureInfo (#3337) (54bc2c1)
  • Migrate away from GoogleCredentials.fromStream() usages (#3339) (7e42c2f)
  • Update BlobReadSession channels to not implicitly close once EOF is observed (#3344) (9f0a93e)
  • Update grpc single-shot uploads to attach the callers stracktrace as suppressed exception if an error happens in the background (#3330) (64e2b2e)
  • Update retry logic for grpc start resumable upload to properly handle client side deadline_exceeded (#3354) (6eb3331)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.53.0 (#3351) (e64565a)
Commits
  • 5e7bc06 chore(main): release 2.59.0 (#3335)
  • 6eb3331 fix: update retry logic for grpc start resumable upload to properly handle cl...
  • 9f0a93e fix: update BlobReadSession channels to not implicitly close once EOF is obse...
  • e64565a deps: update dependency com.google.cloud:sdk-platform-java-config to v3.53.0 ...
  • be7744f test(deps): update cross product test dependencies (#3334)
  • e94c4e6 chore(deps): update dependency com.google.cloud:libraries-bom to v26.70.0 (#3...
  • 9fbf2d8 test(deps): update dependency io.github.classgraph:classgraph to v4.8.184 (#3...
  • 9dcce11 samples: add samples for object contexts (#3329)
  • 7e42c2f fix: migrate away from GoogleCredentials.fromStream() usages (#3339)
  • 792ea71 chore: Update generation configuration at Thu Oct 9 02:27:00 UTC 2025 (#3333)
  • 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.58.1 to 2.59.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.58.1...v2.59.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.59.0
  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 Oct 22, 2025
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@apupier
Copy link
Copy Markdown
Contributor

apupier commented Oct 22, 2025

/component-test google

Result ✅ The tests passed successfully

@github-actions
Copy link
Copy Markdown
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@oscerd oscerd merged commit 24585c9 into main Oct 22, 2025
5 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/com.google.cloud-google-cloud-storage-2.59.0 branch October 22, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies 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.

2 participants