dependabot[bot] opened a new pull request, #9534: URL: https://github.com/apache/iceberg/pull/9534
Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.28.0 to 26.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/java-cloud-bom/releases">com.google.cloud:libraries-bom's releases</a>.</em></p> <blockquote> <h2>v26.30.0</h2> <p>GCP Libraries BOM 26.30.0</p> <p>Here are the differences from the previous version (26.29.0)</p> <h1>New Addition</h1> <ul> <li>com.google.cloud:google-cloud-cloudquotas:0.1.0</li> <li>com.google.cloud:google-cloud-storage-control:2.31.0-alpha</li> <li>com.google.cloud:google-cloud-securitycentermanagement:0.1.0</li> <li>com.google.cloud:google-cloud-edgenetwork:0.1.0</li> </ul> <p>The group ID of the following artifacts is <code>com.google.cloud</code>.</p> <h1>Notable Changes</h1> <h2>google-cloud-bigquery 2.36.0 (prev: 2.35.0)</h2> <ul> <li> <p>Support RANGE schema (<a href="https://redirect.github.com/googleapis/java-bigquery/issues/3043">#3043</a>) (<a href="https://github.com/googleapis/java-bigquery/commit/febfc1fdb026a0d07ab24159437633cfb7f44c5d">febfc1f</a>)</p> </li> <li> <p>Use location in BigQueryOption as the default for query (<a href="https://redirect.github.com/googleapis/java-bigquery/issues/3047">#3047</a>) (<a href="https://github.com/googleapis/java-bigquery/commit/270f8665a4973be6091697bc8101bee76e26ff1d">270f866</a>)</p> </li> <li> <p>Bigquery.create NullPointerException when job already exists (<a href="https://redirect.github.com/googleapis/java-bigquery/issues/3035">#3035</a>) (<a href="https://github.com/googleapis/java-bigquery/commit/38191b10a3c2f3ed89351e095c9fc1983bb301ea">38191b1</a>)</p> </li> </ul> <h2>google-cloud-bigtable 2.31.0 (prev: 2.30.0)</h2> <ul> <li> <p>Add a flag to add / remove routing cookie from callable chain (<a href="https://redirect.github.com/googleapis/java-bigtable/issues/2032">#2032</a>) (<a href="https://github.com/googleapis/java-bigtable/commit/201e631f893b1edacdd5760c1d180b212dc9e38a">201e631</a>)</p> </li> <li> <p>Adding feature flags for routing cookie and retry info (<a href="https://redirect.github.com/googleapis/java-bigtable/issues/2031">#2031</a>) (<a href="https://github.com/googleapis/java-bigtable/commit/08c5bf1fd76258387135c8c3abe75f13bcdcc1f6">08c5bf1</a>)</p> </li> <li> <p>Count row merging errors as internal errors (<a href="https://redirect.github.com/googleapis/java-bigtable/issues/2045">#2045</a>) (<a href="https://github.com/googleapis/java-bigtable/commit/fc7845bd4cefca05bccc4dc3a9f727fd20f5adf6">fc7845b</a>)</p> </li> <li> <p>Enable feature flag when setting is enabled (<a href="https://redirect.github.com/googleapis/java-bigtable/issues/2043">#2043</a>) (<a href="https://github.com/googleapis/java-bigtable/commit/e0d90db67b3ea52d833f7d6bcd78e3f7e91ff301">e0d90db</a>)</p> </li> <li> <p>Handle retry info so client respect the delay server sets (<a href="https://redirect.github.com/googleapis/java-bigtable/issues/2026">#2026</a>) (<a href="https://github.com/googleapis/java-bigtable/commit/f1b7fc79ad3fd9006e430e48430331b360bb22e3">f1b7fc7</a>)</p> </li> <li> <p>Fix RetryInfo algorithm and tests (<a href="https://redirect.github.com/googleapis/java-bigtable/issues/2041">#2041</a>) (<a href="https://github.com/googleapis/java-bigtable/commit/dad751736112323c578b3c90d9587fc182105747">dad7517</a>)</p> </li> </ul> <h2>google-cloud-datastore 2.18.0 (prev: 2.17.6)</h2> <ul> <li>Remove <code>@BetaApi</code> annotations from get/setDatabaseId methods (<a href="https://redirect.github.com/googleapis/java-datastore/issues/1272">#1272</a>) (<a href="https://github.com/googleapis/java-datastore/commit/2bd9a51122248ee242bbcd4914e219d9d5e435bb">2bd9a51</a>)</li> </ul> <h2>google-cloud-firestore 3.16.0 (prev: 3.15.7)</h2> <ul> <li> <p>Add DeleteDatabase API and delete protection (<a href="https://redirect.github.com/googleapis/java-firestore/issues/1508">#1508</a>) (<a href="https://github.com/googleapis/java-firestore/commit/81a1b48bae2398f13d0081ea203d8dbac2e74987">81a1b48</a>)</p> </li> <li> <p>Add new types QueryMode, QueryPlan, ResultSetStats (<a href="https://redirect.github.com/googleapis/java-firestore/issues/1516">#1516</a>) (<a href="https://github.com/googleapis/java-firestore/commit/3060e868e467a9ef8399f9d15bd91cc819e7bf05">3060e86</a>)</p> </li> <li> <p>Expose Firestore namespace ID fields in import/export APIs to stable (<a href="https://github.com/googleapis/java-firestore/commit/21ad25f75f91527cf9152a0476af385717e5b111">21ad25f</a>)</p> </li> <li> <p>Expose Firestore PITR fields in Database to stable (<a href="https://redirect.github.com/googleapis/java-firestore/issues/1495">#1495</a>) (<a href="https://github.com/googleapis/java-firestore/commit/21ad25f75f91527cf9152a0476af385717e5b111">21ad25f</a>)</p> </li> <li> <p>Expose Firestore snapshot_time field in export API to stable (<a href="https://github.com/googleapis/java-firestore/commit/21ad25f75f91527cf9152a0476af385717e5b111">21ad25f</a>)</p> </li> <li> <p>Logical termination for firestore.getAll(...). (<a href="https://redirect.github.com/googleapis/java-firestore/issues/1517">#1517</a>) (<a href="https://github.com/googleapis/java-firestore/commit/c6448fc6411de01b3453e58bcbfca633e0849166">c6448fc</a>)</p> </li> <li> <p>Better error message when Transaction/WriteBatch is modified after commit. (<a href="https://redirect.github.com/googleapis/java-firestore/issues/1503">#1503</a>) (<a href="https://github.com/googleapis/java-firestore/commit/9693c7b46dcb63b0348217ecb7c29b95ecd04191">9693c7b</a>)</p> </li> </ul> <h2>google-cloud-pubsub 1.126.0 (prev: 1.125.13)</h2> <ul> <li> <p>Add <code>use_table_schema</code> field to BigQueryConfig (<a href="https://redirect.github.com/googleapis/java-pubsub/issues/1838">#1838</a>) (<a href="https://github.com/googleapis/java-pubsub/commit/8653f4f3dbd61466b8ea05b342c5f66c9e536cf1">8653f4f</a>)</p> </li> <li> <p>Swap writer and reader schema to correct places in sample (<a href="https://redirect.github.com/googleapis/java-pubsub/issues/1849">#1849</a>) (<a href="https://github.com/googleapis/java-pubsub/commit/1c79ad7336f51ffd4e177be5c2f2a7de902b47b8">1c79ad7</a>)</p> </li> <li> <p>Temporarily remove publisher tests causing timeouts (<a href="https://redirect.github.com/googleapis/java-pubsub/issues/1860">#1860</a>) (<a href="https://github.com/googleapis/java-pubsub/commit/a8fa24d7185d5345e746f8e2563afffe08f3bd6e">a8fa24d</a>)</p> </li> <li> <p>Use message ordering enabled property that comes with streaming pull responses (<a href="https://redirect.github.com/googleapis/java-pubsub/issues/1851">#1851</a>) (<a href="https://github.com/googleapis/java-pubsub/commit/d8161380e232fd4be408e6298827423907a027fb">d816138</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/2227ac2f7df4c884d42ada0e45a05bb05aad42af"><code>2227ac2</code></a> chore: release main (<a href="https://redirect.github.com/googleapis/java-cloud-bom/issues/6345">#6345</a>)</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/6af9a9af15011cfbf7c31bd34e6e5f9696c250cc"><code>6af9a9a</code></a> fix: specify artifact_id to replace explicitly. (<a href="https://redirect.github.com/googleapis/java-cloud-bom/issues/6361">#6361</a>)</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/b098a818dfe306b31b5de9830c3e197bf05479d8"><code>b098a81</code></a> deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.16....</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/cf89ccb52d595ba810c0d870e60b87c2b1b0ccd7"><code>cf89ccb</code></a> deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.16....</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/3d70a7a454ce86004f7f528a22fd04c7a003b5f7"><code>3d70a7a</code></a> deps: update dependency com.google.cloud:google-cloud-pubsub-bom to v1.126.0 ...</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/99f75c3f71479441c584dbfdd45070b01ca1cab5"><code>99f75c3</code></a> deps: update dependency com.google.cloud:google-cloud-bigtable-bom to v2.31.0...</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/1348292f331160fb83ccfe49c725d4f2b40048bf"><code>1348292</code></a> deps: update dependency com.google.cloud:google-cloud-bigquerystorage-bom to ...</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/556b37682fcb8aa7a32dc47d773cdff6f52dc833"><code>556b376</code></a> deps: update dependency com.google.cloud:google-cloud-bigquery to v2.36.0 (<a href="https://redirect.github.com/googleapis/java-cloud-bom/issues/6">#6</a>...</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/f53ecaf78f3ec22a6b618d024adc956acde2bf23"><code>f53ecaf</code></a> deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.12...</li> <li><a href="https://github.com/googleapis/java-cloud-bom/commit/304150faa97cfc8546761b5824596cda976bec18"><code>304150f</code></a> deps: update dependency com.google.cloud:google-cloud-nio to v0.127.9 (<a href="https://redirect.github.com/googleapis/java-cloud-bom/issues/6357">#6357</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/java-cloud-bom/compare/v26.28.0...v26.30.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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org