dependabot[bot] opened a new pull request, #1884: URL: https://github.com/apache/tika/pull/1884
Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.40.1 to 2.41.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.41.0</h2> <h2><a href="https://github.com/googleapis/java-storage/compare/v2.40.1...v2.41.0">2.41.0</a> (2024-07-31)</h2> <h3>Features</h3> <ul> <li>Enable gRPC client open telemetry metrics reporting (<a href="https://redirect.github.com/googleapis/java-storage/issues/2590">#2590</a>) (<a href="https://github.com/googleapis/java-storage/commit/d153228a301007b5952de9722f370dda0784473a">d153228</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Add UnknownHostException to set of retriable exception (<a href="https://redirect.github.com/googleapis/java-storage/issues/2651">#2651</a>) (<a href="https://github.com/googleapis/java-storage/commit/18de9fcdb831132336eca4112dfe0515174bba7b">18de9fc</a>)</li> <li>Update grpc resumable upload error categorization to be more tolerant (<a href="https://redirect.github.com/googleapis/java-storage/issues/2644">#2644</a>) (<a href="https://github.com/googleapis/java-storage/commit/95697dd3d744351058c13793c6ae576820f6b638">95697dd</a>)</li> <li>Update Storage#readAllBytes to respect shouldReturnRawInputStream option (<a href="https://redirect.github.com/googleapis/java-storage/issues/2635">#2635</a>) (<a href="https://github.com/googleapis/java-storage/commit/dc883cce5f547def7cfb34c4f8a2d409493e4cb9">dc883cc</a>)</li> <li>Update TransferManager downloads to reduce in memory buffering (<a href="https://redirect.github.com/googleapis/java-storage/issues/2630">#2630</a>) (<a href="https://github.com/googleapis/java-storage/commit/fc2fd750ed60b840e6285a4b1f4ecce739df4c09">fc2fd75</a>)</li> <li>Use fast calculation for totalRemaining number of bytes from multiple ByteBuffers (<a href="https://redirect.github.com/googleapis/java-storage/issues/2633">#2633</a>) (<a href="https://github.com/googleapis/java-storage/commit/758b3dd3cc4f6dfc2dfc12c3a77472d97c31c5d5">758b3dd</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Update dependency com.google.apis:google-api-services-storage to v1-rev20240625-2.0.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2616">#2616</a>) (<a href="https://github.com/googleapis/java-storage/commit/b22babbe26572d8c4289a65a0b125b2a60e8ef79">b22babb</a>)</li> <li>Update dependency com.google.apis:google-api-services-storage to v1-rev20240706-2.0.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2634">#2634</a>) (<a href="https://github.com/googleapis/java-storage/commit/1ccaa0c64887a0661438957e9427237ee005ccf1">1ccaa0c</a>)</li> <li>Update dependency com.google.cloud:sdk-platform-java-config to v3.33.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2647">#2647</a>) (<a href="https://github.com/googleapis/java-storage/commit/8196259927330ecfe3e604c24d248f7935e7fe0d">8196259</a>)</li> <li>Update dependency net.jqwik:jqwik to v1.9.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2608">#2608</a>) (<a href="https://github.com/googleapis/java-storage/commit/a20eb660ddfa4b68d79ce04496064f3025676d5a">a20eb66</a>)</li> <li>Update dependency org.junit.vintage:junit-vintage-engine to v5.10.3 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2604">#2604</a>) (<a href="https://github.com/googleapis/java-storage/commit/8c79f39ad78d100065c189bcf8e18644b29ff9ed">8c79f39</a>)</li> <li>Update junit-platform.version to v5.10.3 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2605">#2605</a>) (<a href="https://github.com/googleapis/java-storage/commit/a532ee49e2ff5972ea8a2aabbab2dcf6fe0df774">a532ee4</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.40.1...v2.41.0">2.41.0</a> (2024-07-31)</h2> <h3>Features</h3> <ul> <li>Enable gRPC client open telemetry metrics reporting (<a href="https://redirect.github.com/googleapis/java-storage/issues/2590">#2590</a>) (<a href="https://github.com/googleapis/java-storage/commit/d153228a301007b5952de9722f370dda0784473a">d153228</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Add UnknownHostException to set of retriable exception (<a href="https://redirect.github.com/googleapis/java-storage/issues/2651">#2651</a>) (<a href="https://github.com/googleapis/java-storage/commit/18de9fcdb831132336eca4112dfe0515174bba7b">18de9fc</a>)</li> <li>Update grpc resumable upload error categorization to be more tolerant (<a href="https://redirect.github.com/googleapis/java-storage/issues/2644">#2644</a>) (<a href="https://github.com/googleapis/java-storage/commit/95697dd3d744351058c13793c6ae576820f6b638">95697dd</a>)</li> <li>Update Storage#readAllBytes to respect shouldReturnRawInputStream option (<a href="https://redirect.github.com/googleapis/java-storage/issues/2635">#2635</a>) (<a href="https://github.com/googleapis/java-storage/commit/dc883cce5f547def7cfb34c4f8a2d409493e4cb9">dc883cc</a>)</li> <li>Update TransferManager downloads to reduce in memory buffering (<a href="https://redirect.github.com/googleapis/java-storage/issues/2630">#2630</a>) (<a href="https://github.com/googleapis/java-storage/commit/fc2fd750ed60b840e6285a4b1f4ecce739df4c09">fc2fd75</a>)</li> <li>Use fast calculation for totalRemaining number of bytes from multiple ByteBuffers (<a href="https://redirect.github.com/googleapis/java-storage/issues/2633">#2633</a>) (<a href="https://github.com/googleapis/java-storage/commit/758b3dd3cc4f6dfc2dfc12c3a77472d97c31c5d5">758b3dd</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Update dependency com.google.apis:google-api-services-storage to v1-rev20240625-2.0.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2616">#2616</a>) (<a href="https://github.com/googleapis/java-storage/commit/b22babbe26572d8c4289a65a0b125b2a60e8ef79">b22babb</a>)</li> <li>Update dependency com.google.apis:google-api-services-storage to v1-rev20240706-2.0.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2634">#2634</a>) (<a href="https://github.com/googleapis/java-storage/commit/1ccaa0c64887a0661438957e9427237ee005ccf1">1ccaa0c</a>)</li> <li>Update dependency com.google.cloud:sdk-platform-java-config to v3.33.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2647">#2647</a>) (<a href="https://github.com/googleapis/java-storage/commit/8196259927330ecfe3e604c24d248f7935e7fe0d">8196259</a>)</li> <li>Update dependency net.jqwik:jqwik to v1.9.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2608">#2608</a>) (<a href="https://github.com/googleapis/java-storage/commit/a20eb660ddfa4b68d79ce04496064f3025676d5a">a20eb66</a>)</li> <li>Update dependency org.junit.vintage:junit-vintage-engine to v5.10.3 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2604">#2604</a>) (<a href="https://github.com/googleapis/java-storage/commit/8c79f39ad78d100065c189bcf8e18644b29ff9ed">8c79f39</a>)</li> <li>Update junit-platform.version to v5.10.3 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2605">#2605</a>) (<a href="https://github.com/googleapis/java-storage/commit/a532ee49e2ff5972ea8a2aabbab2dcf6fe0df774">a532ee4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/java-storage/commit/d41a3487e1f3fe1aa2d38136474b547e3c841187"><code>d41a348</code></a> chore(main): release 2.41.0 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2621">#2621</a>)</li> <li><a href="https://github.com/googleapis/java-storage/commit/18de9fcdb831132336eca4112dfe0515174bba7b"><code>18de9fc</code></a> fix: add UnknownHostException to set of retriable exception (<a href="https://redirect.github.com/googleapis/java-storage/issues/2651">#2651</a>)</li> <li><a href="https://github.com/googleapis/java-storage/commit/d0e9af183436f79435ae03510afe56b27f05a5b0"><code>d0e9af1</code></a> chore: temporarily disabled the required status on unmanaged_dependency_check...</li> <li><a href="https://github.com/googleapis/java-storage/commit/d153228a301007b5952de9722f370dda0784473a"><code>d153228</code></a> feat: enable gRPC client open telemetry metrics reporting (<a href="https://redirect.github.com/googleapis/java-storage/issues/2590">#2590</a>)</li> <li><a href="https://github.com/googleapis/java-storage/commit/0555b4aea5a927e39a052f70e644f3479de47d0c"><code>0555b4a</code></a> chore: Update generation configuration at Wed Jul 31 02:02:53 UTC 2024 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2652">#2652</a>)</li> <li><a href="https://github.com/googleapis/java-storage/commit/5c9131d9b736bc258d3749c7b18a3e0bf9dbd5f8"><code>5c9131d</code></a> chore: Update generation configuration at Sat Jul 27 02:13:38 UTC 2024 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2648">#2648</a>)</li> <li><a href="https://github.com/googleapis/java-storage/commit/8196259927330ecfe3e604c24d248f7935e7fe0d"><code>8196259</code></a> deps: update dependency com.google.cloud:sdk-platform-java-config to v3.33.0 ...</li> <li><a href="https://github.com/googleapis/java-storage/commit/dceefe9004f962d872445da7866a74307a0cd787"><code>dceefe9</code></a> test: Turn DirectPath quickstart test back on and fix abandoned storage insta...</li> <li><a href="https://github.com/googleapis/java-storage/commit/d5ec1e54a5edd3149c526dbe595cefd2ae76b100"><code>d5ec1e5</code></a> chore: Update generation configuration at Thu Jul 25 02:14:38 UTC 2024 (<a href="https://redirect.github.com/googleapis/java-storage/issues/2646">#2646</a>)</li> <li><a href="https://github.com/googleapis/java-storage/commit/95697dd3d744351058c13793c6ae576820f6b638"><code>95697dd</code></a> fix: update grpc resumable upload error categorization to be more tolerant (#...</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/java-storage/compare/v2.40.1...v2.41.0">compare view</a></li> </ul> </details> <br /> [](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: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org