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

   Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 
4.11.0 to 4.11.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mongodb/mongo-java-driver/releases";>org.mongodb:bson's 
releases</a>.</em></p>
   <blockquote>
   <h2>Java Driver 4.11.5 (November 06, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Remove legacy shell from test scripts (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1404";>#1404</a>)
 by <a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1560";>mongodb/mongo-java-driver#1560</a></li>
   <li>Pull mongohouse image from ADL ECR repo (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1274";>#1274</a>)
 by <a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1561";>mongodb/mongo-java-driver#1561</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.4...r4.11.5";>https://github.com/mongodb/mongo-java-driver/compare/r4.11.4...r4.11.5</a></p>
   <h2>Java Driver 4.11.4 (September 05, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>MixedBulkWriteOperation should generate inserted document IDs at most 
once per batch by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1484";>mongodb/mongo-java-driver#1484</a></li>
   <li>JAVA-5479 backport by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1490";>mongodb/mongo-java-driver#1490</a></li>
   <li>Fix <code>QueryBatchCursor.ResourceManager.close</code> (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1440";>#1440</a>)
 by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1491";>mongodb/mongo-java-driver#1491</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.3...r4.11.4";>https://github.com/mongodb/mongo-java-driver/compare/r4.11.3...r4.11.4</a></p>
   <h2>Verifying artifact signatures</h2>
   <p>Please refer to <a 
href="https://www.mongodb.com/docs/drivers/java/sync/v5.1/validate-signatures/";>https://www.mongodb.com/docs/drivers/java/sync/v5.1/validate-signatures/</a>
 for the full procedure.</p>
   <p>To download and import the public key for verifying signatures, 
execute</p>
   <pre lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com 
--recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8
   </code></pre>
   <h2>Java Driver 4.11.2 (Apr 3, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Backport a fix of 'Add explicit automatic module name configuration' by 
<a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1236";>mongodb/mongo-java-driver#1236</a></li>
   <li>Backport of an improvement 'Update logger name to align with naming 
conventions' by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1237";>mongodb/mongo-java-driver#1237</a></li>
   <li>A fix to expand the bounds for distinct and MongoIterable#map, allowing 
for nullable types in those scenarios by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1352";>mongodb/mongo-java-driver#1352</a></li>
   <li>A fix converting Bson to BsonDocument for hint by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1335";>mongodb/mongo-java-driver#1335</a></li>
   <li>A fix to support discriminators not being the first field when decoding 
in Kotlin by <a href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1324";>mongodb/mongo-java-driver#1324</a></li>
   <li>A way to reclaim native memory quicker when using ZlibCompressor by <a 
href="https://github.com/raelg";><code>@​raelg</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1285";>mongodb/mongo-java-driver#1285</a></li>
   <li>Don't gossip cluster time from monitoring connections by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1276";>mongodb/mongo-java-driver#1276</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r4.11.2";>https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r4.11.2</a></p>
   <h2>Java Driver 4.11.1 (Nov 7, 2023)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Backport a fix of 'Add explicit automatic module name configuration' by 
<a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1236";>mongodb/mongo-java-driver#1236</a></li>
   <li>Backport of an improvement 'Update logger name to align with naming 
conventions' by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1237";>mongodb/mongo-java-driver#1237</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.0...r4.11.1";>https://github.com/mongodb/mongo-java-driver/compare/r4.11.0...r4.11.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/d1c7a26c5ad78f4f33e7ba6095d8e274989470da";><code>d1c7a26</code></a>
 Version: bump 4.11.5</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/ce5a55b8d8035d9113783330864b79b091ee856c";><code>ce5a55b</code></a>
 Pull mongohouse image from ADL ECR repo (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1274";>#1274</a>)
 (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1561";>#1561</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/9a2d2a41893b7a22396d3ac4b3f10b3a54fe4d55";><code>9a2d2a4</code></a>
 Remove legacy shell from test scripts (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1404";>#1404</a>)
 (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1560";>#1560</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/50ac454f5c82f28836aad8935f1c9d15d229eb2f";><code>50ac454</code></a>
 Bump Scala patch versions (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1535";>#1535</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/f2bf29aea27b48486e8cf7d72e856a8afa6bc4a2";><code>f2bf29a</code></a>
 Fix pom scope for Scala projects (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1531";>#1531</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/063578cfd3a7e58447185fc179849b2a8c035f67";><code>063578c</code></a>
 Version: bump 4.11.5-SNAPSHOT</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/270004f1f0f2b93d2d5d4ebbd29e6607e9a7d4fb";><code>270004f</code></a>
 Version: bump 4.11.4</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/4df153aebbfcd4071b2f4092d1950f70ce021476";><code>4df153a</code></a>
 Fix <code>QueryBatchCursor.ResourceManager.close</code> (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1440";>#1440</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/86a847be647f998366c179694a867d1a3178438f";><code>86a847b</code></a>
 Support pre-releases in release tooling (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1425";>#1425</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/779684be541250a35b90984956be3f20215d9fbc";><code>779684b</code></a>
 Attribute release commit and tag to user triggering the workflow (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1437";>#1437</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.0...r4.11.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mongodb:bson&package-manager=gradle&previous-version=4.11.0&new-version=4.11.5)](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

Reply via email to