dependabot[bot] opened a new pull request, #17852:
URL: https://github.com/apache/camel/pull/17852

   Bumps 
[com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage)
 from 2.50.0 to 2.51.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/java-storage/releases";>com.google.cloud:google-cloud-storage's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.51.0</h2>
   <h2><a 
href="https://github.com/googleapis/java-storage/compare/v2.50.0...v2.51.0";>2.51.0</a>
 (2025-04-23)</h2>
   <h3>Features</h3>
   <ul>
   <li>Add <a href="https://github.com/BetaApi";><code>@​BetaApi</code></a> 
Storage#blobAppendableUpload for gRPC Transport (<a 
href="https://redirect.github.com/googleapis/java-storage/pull/3020";>#3020</a>) 
(<a 
href="https://github.com/googleapis/java-storage/commit/62b62482c10d79c9f7d1b7c6cedd9e7d422a58ad";>62b6248</a>)</li>
   <li>Add <a href="https://github.com/BetaApi";><code>@​BetaApi</code></a> 
Storage#blobReadSession for gRPC Transport (<a 
href="https://redirect.github.com/googleapis/java-storage/pull/3020";>#3020</a>) 
(<a 
href="https://github.com/googleapis/java-storage/commit/62b62482c10d79c9f7d1b7c6cedd9e7d422a58ad";>62b6248</a>)</li>
   <li>Implement improved retry context information (<a 
href="https://redirect.github.com/googleapis/java-storage/pull/3020";>#3020</a>) 
(<a 
href="https://github.com/googleapis/java-storage/commit/62b62482c10d79c9f7d1b7c6cedd9e7d422a58ad";>62b6248</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> Update the Java code generator 
(gapic-generator-java) to 2.56.0 (<a 
href="https://github.com/googleapis/java-storage/commit/8f9f5ec4506bde58fbf2351c99f0d67cdcfcd88e";>8f9f5ec</a>)</li>
   <li>Ensure object generation is sent for Storage#update(BlobInfo) using HTTP 
Transport (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3006";>#3006</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/2a3e0e7453c5e3e45bc06eec1ba6d2bc193143e6";>2a3e0e7</a>),
 closes <a 
href="https://redirect.github.com/googleapis/java-storage/issues/2980";>#2980</a></li>
   <li>Update 416 handling for ReadChannel (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3018";>#3018</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/4a9c3e46e8d4fa64813869cadf247cf77f1844d5";>4a9c3e4</a>)</li>
   <li>Update gRPC Bidi resumable upload to have more robust error message 
generation (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/2998";>#2998</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/79b5d8559b2e655178db2ba75116ddba5a581a7b";>79b5d85</a>)</li>
   <li>Update gRPC implementation for storage.buckets.get to translate 
NOT_FOUND to null (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3005";>#3005</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/704af65b25fe38d146b960775a69644cd80f2e78";>704af65</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Remove explicit version declarations for packages that are in 
shared-dependencies  (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3014";>#3014</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/61cdb30f250d2fdaaf79e0d060eb573197c7a90e";>61cdb30</a>)</li>
   <li>Update dependency com.google.apis:google-api-services-storage to 
v1-rev20250312-2.0.0 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3000";>#3000</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/78fc0763c89fb0e603d75b20c9c67eabc2b9f729";>78fc076</a>)</li>
   <li>Update dependency com.google.cloud.opentelemetry:exporter-trace to 
v0.34.0 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/2938";>#2938</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/ff6f696e8c4a539b5e6755fbd550096ee4688ecc";>ff6f696</a>)</li>
   <li>Update sdk-platform-java dependencies (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3046";>#3046</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/861f9586e041f65061fb3da7f88955c4214d450c";>861f958</a>)</li>
   <li>Update sdk-platform-java dependencies (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3053";>#3053</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/921d1ba0a547242c70cbb7dfb2cb190fa761398f";>921d1ba</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md";>com.google.cloud:google-cloud-storage's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/googleapis/java-storage/compare/v2.50.0...v2.51.0";>2.51.0</a>
 (2025-04-23)</h2>
   <h3>Features</h3>
   <ul>
   <li>Add <a href="https://github.com/BetaApi";><code>@​BetaApi</code></a> 
Storage#blobAppendableUpload for gRPC Transport (<a 
href="https://redirect.github.com/googleapis/java-storage/pull/3020";>#3020</a>) 
(<a 
href="https://github.com/googleapis/java-storage/commit/62b62482c10d79c9f7d1b7c6cedd9e7d422a58ad";>62b6248</a>)</li>
   <li>Add <a href="https://github.com/BetaApi";><code>@​BetaApi</code></a> 
Storage#blobReadSession for gRPC Transport (<a 
href="https://redirect.github.com/googleapis/java-storage/pull/3020";>#3020</a>) 
(<a 
href="https://github.com/googleapis/java-storage/commit/62b62482c10d79c9f7d1b7c6cedd9e7d422a58ad";>62b6248</a>)</li>
   <li>Implement improved retry context information (<a 
href="https://redirect.github.com/googleapis/java-storage/pull/3020";>#3020</a>) 
(<a 
href="https://github.com/googleapis/java-storage/commit/62b62482c10d79c9f7d1b7c6cedd9e7d422a58ad";>62b6248</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> Update the Java code generator 
(gapic-generator-java) to 2.56.0 (<a 
href="https://github.com/googleapis/java-storage/commit/8f9f5ec4506bde58fbf2351c99f0d67cdcfcd88e";>8f9f5ec</a>)</li>
   <li>Ensure object generation is sent for Storage#update(BlobInfo) using HTTP 
Transport (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3006";>#3006</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/2a3e0e7453c5e3e45bc06eec1ba6d2bc193143e6";>2a3e0e7</a>),
 closes <a 
href="https://redirect.github.com/googleapis/java-storage/issues/2980";>#2980</a></li>
   <li>Update 416 handling for ReadChannel (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3018";>#3018</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/4a9c3e46e8d4fa64813869cadf247cf77f1844d5";>4a9c3e4</a>)</li>
   <li>Update gRPC Bidi resumable upload to have more robust error message 
generation (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/2998";>#2998</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/79b5d8559b2e655178db2ba75116ddba5a581a7b";>79b5d85</a>)</li>
   <li>Update gRPC implementation for storage.buckets.get to translate 
NOT_FOUND to null (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3005";>#3005</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/704af65b25fe38d146b960775a69644cd80f2e78";>704af65</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Remove explicit version declarations for packages that are in 
shared-dependencies  (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3014";>#3014</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/61cdb30f250d2fdaaf79e0d060eb573197c7a90e";>61cdb30</a>)</li>
   <li>Update dependency com.google.apis:google-api-services-storage to 
v1-rev20250312-2.0.0 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3000";>#3000</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/78fc0763c89fb0e603d75b20c9c67eabc2b9f729";>78fc076</a>)</li>
   <li>Update dependency com.google.cloud.opentelemetry:exporter-trace to 
v0.34.0 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/2938";>#2938</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/ff6f696e8c4a539b5e6755fbd550096ee4688ecc";>ff6f696</a>)</li>
   <li>Update sdk-platform-java dependencies (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3046";>#3046</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/861f9586e041f65061fb3da7f88955c4214d450c";>861f958</a>)</li>
   <li>Update sdk-platform-java dependencies (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3053";>#3053</a>)
 (<a 
href="https://github.com/googleapis/java-storage/commit/921d1ba0a547242c70cbb7dfb2cb190fa761398f";>921d1ba</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/77ed57b28f47cb8288d6505e281f2b48213bc388";><code>77ed57b</code></a>
 chore(main): release 2.51.0 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/2997";>#2997</a>)</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/a78463780fd953c700dedfd08220ddaf45542aa6";><code>a784637</code></a>
 test(deps): update dependency org.junit:junit-bom to v5.12.2 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3031";>#3031</a>)</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/ec46aee39822e3ee6b40a616a40261fdc299a0c6";><code>ec46aee</code></a>
 build: update dependency com.google.cloud:sdk-platform-java-config to 
v3.46.1...</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/e254828aa99d996285251b74c31658faf3e0a152";><code>e254828</code></a>
 chore: ensure grpc client thread pool is shutdown (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3054";>#3054</a>)</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/921d1ba0a547242c70cbb7dfb2cb190fa761398f";><code>921d1ba</code></a>
 deps: update sdk-platform-java dependencies (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3053";>#3053</a>)</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/8f9f5ec4506bde58fbf2351c99f0d67cdcfcd88e";><code>8f9f5ec</code></a>
 chore: Update generation configuration at Wed Apr 23 16:52:17 UTC 2025 (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3051";>#3051</a>)</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/ce3661749703753674cbfbd21f61e1663e16c139";><code>ce36617</code></a>
 chore: fix BlobReadSession ReadProjectionConfigs.asSeekableChannel() close() 
...</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/861f9586e041f65061fb3da7f88955c4214d450c";><code>861f958</code></a>
 deps: update sdk-platform-java dependencies (<a 
href="https://redirect.github.com/googleapis/java-storage/issues/3046";>#3046</a>)</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/36ba110f04f3b25915c4740e800a5b5fe05b4f5c";><code>36ba110</code></a>
 test: fix a livelock that could happen in 
ITObjectReadSessionFakeTest#serverO...</li>
   <li><a 
href="https://github.com/googleapis/java-storage/commit/706403443f3f61962b5525b872d10c6e6b1ab0b9";><code>7064034</code></a>
 chore: refactor BlobAppendableUpload, so it follows the lifecycle of 
BlobWrit...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/googleapis/java-storage/compare/v2.50.0...v2.51.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.cloud:google-cloud-storage&package-manager=maven&previous-version=2.50.0&new-version=2.51.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to