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

   Bumps `mongo-java-driver-version` from 5.2.1 to 5.3.1.
   Updates `org.mongodb:mongodb-driver-core` from 5.2.1 to 5.3.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mongodb/mongo-java-driver/releases";>org.mongodb:mongodb-driver-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>Java Driver 5.3.1 (January 23, 2025)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fixing default module name for <code>kotlin-extensions</code> (Backport 
<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1602";>mongodb/mongo-java-driver#1602</a>
 to 5.3.x by <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1604";>mongodb/mongo-java-driver#1604</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1";>https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1</a></p>
   <h2>Verifying artifact signatures</h2>
   <p>Please refer to <a 
href="https://www.mongodb.com/docs/drivers/java/sync/v5.3/validate-signatures/";>https://www.mongodb.com/docs/drivers/java/sync/v5.3/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 5.3.0 (January 10, 2025)</h2>
   <blockquote>
   <p>[!IMPORTANT]
   A future minor release will raise the minimum supported MongoDB Server 
version from 4.0 to 4.2. This is in accordance with <a 
href="https://www.mongodb.com/legal/support-policy/lifecycles";>MongoDB Software 
Lifecycle Schedules</a>. Support for MongoDB Server 4.0 will be dropped in a 
future release!</p>
   </blockquote>
   <h2>What's Changed</h2>
   <ul>
   <li>Make <code>CAPI</code>, <code>jna.Native</code>/<code>Structure</code> 
initializable at run time by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1553";>mongodb/mongo-java-driver#1553</a></li>
   <li>Clean up unified tests via skipping API by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1551";>mongodb/mongo-java-driver#1551</a></li>
   <li>Sync BSON specification tests by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1555";>mongodb/mongo-java-driver#1555</a></li>
   <li>Sync server selection specification tests by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1554";>mongodb/mongo-java-driver#1554</a></li>
   <li>Update <code>pool-checkout-returned-connection-maxConnecting.json</code> 
to work with different pool implementations by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1563";>mongodb/mongo-java-driver#1563</a></li>
   <li>Fix static checker warnings in 
<code>AggregatesSpecification.groovy</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1564";>mongodb/mongo-java-driver#1564</a></li>
   <li>Change branch name to main in SSDLC script. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1552";>mongodb/mongo-java-driver#1552</a></li>
   <li>Add flaky annotation to flaky tests by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1558";>mongodb/mongo-java-driver#1558</a></li>
   <li>Move most skips to single file, expand API to handle conditions by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1557";>mongodb/mongo-java-driver#1557</a></li>
   <li>Update cursors to refresh <code>timeoutMS</code> on <code>close</code> 
without affecting the timeout of the operation by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1527";>mongodb/mongo-java-driver#1527</a></li>
   <li>Add AsyncTransportSettings, ExecutorService by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1489";>mongodb/mongo-java-driver#1489</a></li>
   <li>Add <code>@SuppressWarnings(&quot;try&quot;)</code> to 
<code>CommandBatchCursorTest</code>, <code>AsyncCommandBatchCursorTest</code> 
by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1567";>mongodb/mongo-java-driver#1567</a></li>
   <li>Clean up TestDef API, clarify naming by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1566";>mongodb/mongo-java-driver#1566</a></li>
   <li>Merging feature branch (Kotlin extensions) into main  by <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1572";>mongodb/mongo-java-driver#1572</a></li>
   <li>Stop using the <code>kotlinCheck</code> Gradle task from 
<code>ssdlc-report.sh</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1574";>mongodb/mongo-java-driver#1574</a></li>
   <li>Remove explicit fairness from <code>DefaultConnectionPool</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1575";>mongodb/mongo-java-driver#1575</a></li>
   <li>Make sure <code>TestDef</code> is created and used only when there is 
enough data to do that by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1578";>mongodb/mongo-java-driver#1578</a></li>
   <li>Connections must not be closed when timeoutMS expires before sending a 
request by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> 
in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1573";>mongodb/mongo-java-driver#1573</a></li>
   <li>Remove deprecated field from GridFS unified tests by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1577";>mongodb/mongo-java-driver#1577</a></li>
   <li>Add index hint support for distinct command by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1581";>mongodb/mongo-java-driver#1581</a></li>
   <li>Provide the reason for the test skips. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1584";>mongodb/mongo-java-driver#1584</a></li>
   <li>Rename Vector class names. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1595";>mongodb/mongo-java-driver#1595</a></li>
   <li>Allow updateOne and replaceOne to supply sort option by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1585";>mongodb/mongo-java-driver#1585</a></li>
   <li>Mark PackedBitVector as Beta, aligning with binary quantization preview 
by <a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1594";>mongodb/mongo-java-driver#1594</a></li>
   <li>Improved Bulk Write API by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1509";>mongodb/mongo-java-driver#1509</a></li>
   <li>Resolve unintended sync test skipping. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1600";>mongodb/mongo-java-driver#1600</a></li>
   </ul>
   <h2>New Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/6af87152116731431d41ca56d538c445ac26edd9";><code>6af8715</code></a>
 Version: bump 5.3.1</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/36b5504f24ba5c26208abc1a7c4917d22bb18abc";><code>36b5504</code></a>
 Backport <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/5751";>#5751</a>
 to 5.3.x (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1604";>#1604</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/07ceb695ae07f3b3de5360b7ab19c6e868fa9892";><code>07ceb69</code></a>
 Version: bump 5.3.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/d4815feea16decfef727910d7524ba2c3e0546a6";><code>d4815fe</code></a>
 Version: bump 5.3.0</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/8066921547c78cc215b9efa8e0b321334b39a2f2";><code>8066921</code></a>
 Resolve unintended sync test skipping. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1600";>#1600</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/355c6ea795633ba2d4070c77ed93d3a994cfb66b";><code>355c6ea</code></a>
 Introduce Client Bulk Write API (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1509";>#1509</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/7340b5cdebd6c0a609804ce90c372d9707e4cd3b";><code>7340b5c</code></a>
 Mark PackedBitVector as Beta, aligning with binary quantization preview (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1594";>#1594</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/a1ed85c0610b06d8383cd8ff373bffb6af214c9f";><code>a1ed85c</code></a>
 Allow updateOne and replaceOne to supply sort option (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1585";>#1585</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/bdd4af2aea37404ca5ad9b50f4497afe3c1ac3e8";><code>bdd4af2</code></a>
 Rename Vector class names. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1595";>#1595</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/08880c810b76f8c8d165f6ce66c83060c7bc93c5";><code>08880c8</code></a>
 Provide the reason for the test skips. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1584";>#1584</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.2.1...r5.3.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.mongodb:mongodb-driver-sync` from 5.2.1 to 5.3.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mongodb/mongo-java-driver/releases";>org.mongodb:mongodb-driver-sync's
 releases</a>.</em></p>
   <blockquote>
   <h2>Java Driver 5.3.1 (January 23, 2025)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fixing default module name for <code>kotlin-extensions</code> (Backport 
<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1602";>mongodb/mongo-java-driver#1602</a>
 to 5.3.x by <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1604";>mongodb/mongo-java-driver#1604</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1";>https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1</a></p>
   <h2>Verifying artifact signatures</h2>
   <p>Please refer to <a 
href="https://www.mongodb.com/docs/drivers/java/sync/v5.3/validate-signatures/";>https://www.mongodb.com/docs/drivers/java/sync/v5.3/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 5.3.0 (January 10, 2025)</h2>
   <blockquote>
   <p>[!IMPORTANT]
   A future minor release will raise the minimum supported MongoDB Server 
version from 4.0 to 4.2. This is in accordance with <a 
href="https://www.mongodb.com/legal/support-policy/lifecycles";>MongoDB Software 
Lifecycle Schedules</a>. Support for MongoDB Server 4.0 will be dropped in a 
future release!</p>
   </blockquote>
   <h2>What's Changed</h2>
   <ul>
   <li>Make <code>CAPI</code>, <code>jna.Native</code>/<code>Structure</code> 
initializable at run time by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1553";>mongodb/mongo-java-driver#1553</a></li>
   <li>Clean up unified tests via skipping API by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1551";>mongodb/mongo-java-driver#1551</a></li>
   <li>Sync BSON specification tests by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1555";>mongodb/mongo-java-driver#1555</a></li>
   <li>Sync server selection specification tests by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1554";>mongodb/mongo-java-driver#1554</a></li>
   <li>Update <code>pool-checkout-returned-connection-maxConnecting.json</code> 
to work with different pool implementations by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1563";>mongodb/mongo-java-driver#1563</a></li>
   <li>Fix static checker warnings in 
<code>AggregatesSpecification.groovy</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1564";>mongodb/mongo-java-driver#1564</a></li>
   <li>Change branch name to main in SSDLC script. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1552";>mongodb/mongo-java-driver#1552</a></li>
   <li>Add flaky annotation to flaky tests by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1558";>mongodb/mongo-java-driver#1558</a></li>
   <li>Move most skips to single file, expand API to handle conditions by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1557";>mongodb/mongo-java-driver#1557</a></li>
   <li>Update cursors to refresh <code>timeoutMS</code> on <code>close</code> 
without affecting the timeout of the operation by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1527";>mongodb/mongo-java-driver#1527</a></li>
   <li>Add AsyncTransportSettings, ExecutorService by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1489";>mongodb/mongo-java-driver#1489</a></li>
   <li>Add <code>@SuppressWarnings(&quot;try&quot;)</code> to 
<code>CommandBatchCursorTest</code>, <code>AsyncCommandBatchCursorTest</code> 
by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1567";>mongodb/mongo-java-driver#1567</a></li>
   <li>Clean up TestDef API, clarify naming by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1566";>mongodb/mongo-java-driver#1566</a></li>
   <li>Merging feature branch (Kotlin extensions) into main  by <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1572";>mongodb/mongo-java-driver#1572</a></li>
   <li>Stop using the <code>kotlinCheck</code> Gradle task from 
<code>ssdlc-report.sh</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1574";>mongodb/mongo-java-driver#1574</a></li>
   <li>Remove explicit fairness from <code>DefaultConnectionPool</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1575";>mongodb/mongo-java-driver#1575</a></li>
   <li>Make sure <code>TestDef</code> is created and used only when there is 
enough data to do that by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1578";>mongodb/mongo-java-driver#1578</a></li>
   <li>Connections must not be closed when timeoutMS expires before sending a 
request by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> 
in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1573";>mongodb/mongo-java-driver#1573</a></li>
   <li>Remove deprecated field from GridFS unified tests by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1577";>mongodb/mongo-java-driver#1577</a></li>
   <li>Add index hint support for distinct command by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1581";>mongodb/mongo-java-driver#1581</a></li>
   <li>Provide the reason for the test skips. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1584";>mongodb/mongo-java-driver#1584</a></li>
   <li>Rename Vector class names. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1595";>mongodb/mongo-java-driver#1595</a></li>
   <li>Allow updateOne and replaceOne to supply sort option by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1585";>mongodb/mongo-java-driver#1585</a></li>
   <li>Mark PackedBitVector as Beta, aligning with binary quantization preview 
by <a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1594";>mongodb/mongo-java-driver#1594</a></li>
   <li>Improved Bulk Write API by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1509";>mongodb/mongo-java-driver#1509</a></li>
   <li>Resolve unintended sync test skipping. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1600";>mongodb/mongo-java-driver#1600</a></li>
   </ul>
   <h2>New Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/6af87152116731431d41ca56d538c445ac26edd9";><code>6af8715</code></a>
 Version: bump 5.3.1</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/36b5504f24ba5c26208abc1a7c4917d22bb18abc";><code>36b5504</code></a>
 Backport <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/5751";>#5751</a>
 to 5.3.x (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1604";>#1604</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/07ceb695ae07f3b3de5360b7ab19c6e868fa9892";><code>07ceb69</code></a>
 Version: bump 5.3.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/d4815feea16decfef727910d7524ba2c3e0546a6";><code>d4815fe</code></a>
 Version: bump 5.3.0</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/8066921547c78cc215b9efa8e0b321334b39a2f2";><code>8066921</code></a>
 Resolve unintended sync test skipping. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1600";>#1600</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/355c6ea795633ba2d4070c77ed93d3a994cfb66b";><code>355c6ea</code></a>
 Introduce Client Bulk Write API (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1509";>#1509</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/7340b5cdebd6c0a609804ce90c372d9707e4cd3b";><code>7340b5c</code></a>
 Mark PackedBitVector as Beta, aligning with binary quantization preview (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1594";>#1594</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/a1ed85c0610b06d8383cd8ff373bffb6af214c9f";><code>a1ed85c</code></a>
 Allow updateOne and replaceOne to supply sort option (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1585";>#1585</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/bdd4af2aea37404ca5ad9b50f4497afe3c1ac3e8";><code>bdd4af2</code></a>
 Rename Vector class names. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1595";>#1595</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/08880c810b76f8c8d165f6ce66c83060c7bc93c5";><code>08880c8</code></a>
 Provide the reason for the test skips. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1584";>#1584</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.2.1...r5.3.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.mongodb:bson` from 5.2.1 to 5.3.1
   <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 5.3.1 (January 23, 2025)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fixing default module name for <code>kotlin-extensions</code> (Backport 
<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1602";>mongodb/mongo-java-driver#1602</a>
 to 5.3.x by <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1604";>mongodb/mongo-java-driver#1604</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1";>https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1</a></p>
   <h2>Verifying artifact signatures</h2>
   <p>Please refer to <a 
href="https://www.mongodb.com/docs/drivers/java/sync/v5.3/validate-signatures/";>https://www.mongodb.com/docs/drivers/java/sync/v5.3/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 5.3.0 (January 10, 2025)</h2>
   <blockquote>
   <p>[!IMPORTANT]
   A future minor release will raise the minimum supported MongoDB Server 
version from 4.0 to 4.2. This is in accordance with <a 
href="https://www.mongodb.com/legal/support-policy/lifecycles";>MongoDB Software 
Lifecycle Schedules</a>. Support for MongoDB Server 4.0 will be dropped in a 
future release!</p>
   </blockquote>
   <h2>What's Changed</h2>
   <ul>
   <li>Make <code>CAPI</code>, <code>jna.Native</code>/<code>Structure</code> 
initializable at run time by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1553";>mongodb/mongo-java-driver#1553</a></li>
   <li>Clean up unified tests via skipping API by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1551";>mongodb/mongo-java-driver#1551</a></li>
   <li>Sync BSON specification tests by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1555";>mongodb/mongo-java-driver#1555</a></li>
   <li>Sync server selection specification tests by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1554";>mongodb/mongo-java-driver#1554</a></li>
   <li>Update <code>pool-checkout-returned-connection-maxConnecting.json</code> 
to work with different pool implementations by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1563";>mongodb/mongo-java-driver#1563</a></li>
   <li>Fix static checker warnings in 
<code>AggregatesSpecification.groovy</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1564";>mongodb/mongo-java-driver#1564</a></li>
   <li>Change branch name to main in SSDLC script. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1552";>mongodb/mongo-java-driver#1552</a></li>
   <li>Add flaky annotation to flaky tests by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1558";>mongodb/mongo-java-driver#1558</a></li>
   <li>Move most skips to single file, expand API to handle conditions by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1557";>mongodb/mongo-java-driver#1557</a></li>
   <li>Update cursors to refresh <code>timeoutMS</code> on <code>close</code> 
without affecting the timeout of the operation by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1527";>mongodb/mongo-java-driver#1527</a></li>
   <li>Add AsyncTransportSettings, ExecutorService by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1489";>mongodb/mongo-java-driver#1489</a></li>
   <li>Add <code>@SuppressWarnings(&quot;try&quot;)</code> to 
<code>CommandBatchCursorTest</code>, <code>AsyncCommandBatchCursorTest</code> 
by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1567";>mongodb/mongo-java-driver#1567</a></li>
   <li>Clean up TestDef API, clarify naming by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1566";>mongodb/mongo-java-driver#1566</a></li>
   <li>Merging feature branch (Kotlin extensions) into main  by <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1572";>mongodb/mongo-java-driver#1572</a></li>
   <li>Stop using the <code>kotlinCheck</code> Gradle task from 
<code>ssdlc-report.sh</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1574";>mongodb/mongo-java-driver#1574</a></li>
   <li>Remove explicit fairness from <code>DefaultConnectionPool</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1575";>mongodb/mongo-java-driver#1575</a></li>
   <li>Make sure <code>TestDef</code> is created and used only when there is 
enough data to do that by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1578";>mongodb/mongo-java-driver#1578</a></li>
   <li>Connections must not be closed when timeoutMS expires before sending a 
request by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a> 
in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1573";>mongodb/mongo-java-driver#1573</a></li>
   <li>Remove deprecated field from GridFS unified tests by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1577";>mongodb/mongo-java-driver#1577</a></li>
   <li>Add index hint support for distinct command by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1581";>mongodb/mongo-java-driver#1581</a></li>
   <li>Provide the reason for the test skips. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1584";>mongodb/mongo-java-driver#1584</a></li>
   <li>Rename Vector class names. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1595";>mongodb/mongo-java-driver#1595</a></li>
   <li>Allow updateOne and replaceOne to supply sort option by <a 
href="https://github.com/joykim1005";><code>@​joykim1005</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1585";>mongodb/mongo-java-driver#1585</a></li>
   <li>Mark PackedBitVector as Beta, aligning with binary quantization preview 
by <a href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1594";>mongodb/mongo-java-driver#1594</a></li>
   <li>Improved Bulk Write API by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1509";>mongodb/mongo-java-driver#1509</a></li>
   <li>Resolve unintended sync test skipping. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1600";>mongodb/mongo-java-driver#1600</a></li>
   </ul>
   <h2>New Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/6af87152116731431d41ca56d538c445ac26edd9";><code>6af8715</code></a>
 Version: bump 5.3.1</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/36b5504f24ba5c26208abc1a7c4917d22bb18abc";><code>36b5504</code></a>
 Backport <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/5751";>#5751</a>
 to 5.3.x (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1604";>#1604</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/07ceb695ae07f3b3de5360b7ab19c6e868fa9892";><code>07ceb69</code></a>
 Version: bump 5.3.1-SNAPSHOT</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/d4815feea16decfef727910d7524ba2c3e0546a6";><code>d4815fe</code></a>
 Version: bump 5.3.0</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/8066921547c78cc215b9efa8e0b321334b39a2f2";><code>8066921</code></a>
 Resolve unintended sync test skipping. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1600";>#1600</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/355c6ea795633ba2d4070c77ed93d3a994cfb66b";><code>355c6ea</code></a>
 Introduce Client Bulk Write API (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1509";>#1509</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/7340b5cdebd6c0a609804ce90c372d9707e4cd3b";><code>7340b5c</code></a>
 Mark PackedBitVector as Beta, aligning with binary quantization preview (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1594";>#1594</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/a1ed85c0610b06d8383cd8ff373bffb6af214c9f";><code>a1ed85c</code></a>
 Allow updateOne and replaceOne to supply sort option (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1585";>#1585</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/bdd4af2aea37404ca5ad9b50f4497afe3c1ac3e8";><code>bdd4af2</code></a>
 Rename Vector class names. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1595";>#1595</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/08880c810b76f8c8d165f6ce66c83060c7bc93c5";><code>08880c8</code></a>
 Provide the reason for the test skips. (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1584";>#1584</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.2.1...r5.3.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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