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

   Bumps `mongo-java-driver-version` from 4.11.1 to 5.1.1.
   Updates `org.mongodb:mongodb-driver-core` from 4.11.1 to 5.1.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.1.0 (May 2, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Ensure durations are included on connection pool events by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1370";>mongodb/mongo-java-driver#1370</a></li>
   <li>Test on Java 21 by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1326";>mongodb/mongo-java-driver#1326</a></li>
   <li>Test against GraalVM native image technology by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1338";>mongodb/mongo-java-driver#1338</a></li>
   <li>Ensure Operations uses the supplied document class when creating 
BsonDocumentWrapper by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1327";>mongodb/mongo-java-driver#1327</a></li>
   <li>JAVA-5319: Allow Decoding Data Into <code>TreeSet</code> by <a 
href="https://github.com/ramasai1";><code>@​ramasai1</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1306";>mongodb/mongo-java-driver#1306</a></li>
   <li>Allow configuring the monitoring protocol to use; use the polling 
protocol in a FaaS environment by default by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1313";>mongodb/mongo-java-driver#1313</a></li>
   <li>Convert 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>Change mapreduce to mapReduce by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1337";>mongodb/mongo-java-driver#1337</a></li>
   <li>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>Use <code>InetAddressResolverProvider</code> and add tests by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1353";>mongodb/mongo-java-driver#1353</a></li>
   <li>Force unique clusterTime values by splitting insert into two commands by 
<a href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1356";>mongodb/mongo-java-driver#1356</a></li>
   <li>Expand bounds for distinct and MongoIterable#map 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>Enhanced OIDC support by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1134";>mongodb/mongo-java-driver#1134</a>
 and <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1371";>mongodb/mongo-java-driver#1371</a></li>
   <li>Replace <code>BiFunction</code> with <code>BinaryOperator</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1374";>mongodb/mongo-java-driver#1374</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/dylrich";><code>@​dylrich</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1364";>mongodb/mongo-java-driver#1364</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0";>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0</a></p>
   <h2>Java Driver 5.0.1 (Apr 3, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix ClusterFixture#hasEncryptionTestsEnabled to correctly detect env … 
by <a href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1343";>mongodb/mongo-java-driver#1343</a></li>
   <li>Use <code>InetAddressResolverProvider</code> and add tests by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1354";>mongodb/mongo-java-driver#1354</a></li>
   <li>A fix to expand the bounds for distinct and MongoIterable#map, allowing 
for nullable types in those scenarios 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/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>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>
   <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>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1";>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1</a></p>
   <h2>Java Driver 5.0.0 (Mar 1, 2024)</h2>
   <p>The MongoDB JVM team is pleased to announce version 5.0.0 of the MongoDB 
Java Driver!</p>
   <p>Release announcement: <a 
href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913";>https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>[JAVA-5203] Support stored nulls for non-primitive fields in Java 
records by <a 
href="https://github.com/bulbfreeman";><code>@​bulbfreeman</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1223";>mongodb/mongo-java-driver#1223</a></li>
   <li>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/1232";>mongodb/mongo-java-driver#1232</a></li>
   <li>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/1233";>mongodb/mongo-java-driver#1233</a></li>
   <li>Enable container and Kubernetes awareness for improved telemetry. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1235";>mongodb/mongo-java-driver#1235</a></li>
   <li>Update DatabaseTestCase to Junit 5 by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1238";>mongodb/mongo-java-driver#1238</a></li>
   <li>Preserve error code, code name, and error labels when redacting command 
monitoring/logging by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1225";>mongodb/mongo-java-driver#1225</a></li>
   <li>Add server selection log messages by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1221";>mongodb/mongo-java-driver#1221</a></li>
   <li>Remove write and read concern from Atlas Search Index commands. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1241";>mongodb/mongo-java-driver#1241</a></li>
   <li>BatchCursor refactorings by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1246";>mongodb/mongo-java-driver#1246</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/3e2c202dbcb22baaa5646e7c9a00ed8111899c81";><code>3e2c202</code></a>
 Version: bump 5.1.1</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/0d30c64db87734d2627b3e3c76ddd29bf7b60803";><code>0d30c64</code></a>
 ALLOWED_HOSTS validation, 1 minute machine timeout (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1380";>#1380</a>)
 (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1417";>#1417</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/90a7e17bdd4c024aa7435405cc6c6c2f149a763b";><code>90a7e17</code></a>
 Backport allow-empty (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1415";>#1415</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/4927578df76dda178a2109cde62113cc65a92ac6";><code>4927578</code></a>
 OIDC admin credentials (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1413";>#1413</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/f5293dc9827e5abc15b5009f575c76665c0edf44";><code>f5293dc</code></a>
 Disable failing unified CRUD tests (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1381";>#1381</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/9ab1a7192978a2bd5f966672bd82d198e5049480";><code>9ab1a71</code></a>
 Augment <code>config/spotbugs/exclude.xml</code> with finding status and rank 
(<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1392";>#1392</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/b10358dcb7a97784fa63ee9d3ce94e88aab99939";><code>b10358d</code></a>
 Remove outdated entries from THIRD-PARTY-NOTICES (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1393";>#1393</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/679c93a0316df692f8c37fc779ad6c90c9ab9dba";><code>679c93a</code></a>
 Disallow comma character in authMechanismProperties (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1412";>#1412</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/fe3e4066a130adc970a7c189160fed9289124ed5";><code>fe3e406</code></a>
 Remove legacy shell from test scripts (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1404";>#1404</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/2d6aca39b8239c3192ae93cf4a9858a1739af939";><code>2d6aca3</code></a>
 Create and upload <code>ssdlc_compliance_report.md</code> (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1405";>#1405</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.mongodb:mongodb-driver-sync` from 4.11.1 to 5.1.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.1.0 (May 2, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Ensure durations are included on connection pool events by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1370";>mongodb/mongo-java-driver#1370</a></li>
   <li>Test on Java 21 by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1326";>mongodb/mongo-java-driver#1326</a></li>
   <li>Test against GraalVM native image technology by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1338";>mongodb/mongo-java-driver#1338</a></li>
   <li>Ensure Operations uses the supplied document class when creating 
BsonDocumentWrapper by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1327";>mongodb/mongo-java-driver#1327</a></li>
   <li>JAVA-5319: Allow Decoding Data Into <code>TreeSet</code> by <a 
href="https://github.com/ramasai1";><code>@​ramasai1</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1306";>mongodb/mongo-java-driver#1306</a></li>
   <li>Allow configuring the monitoring protocol to use; use the polling 
protocol in a FaaS environment by default by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1313";>mongodb/mongo-java-driver#1313</a></li>
   <li>Convert 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>Change mapreduce to mapReduce by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1337";>mongodb/mongo-java-driver#1337</a></li>
   <li>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>Use <code>InetAddressResolverProvider</code> and add tests by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1353";>mongodb/mongo-java-driver#1353</a></li>
   <li>Force unique clusterTime values by splitting insert into two commands by 
<a href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1356";>mongodb/mongo-java-driver#1356</a></li>
   <li>Expand bounds for distinct and MongoIterable#map 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>Enhanced OIDC support by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1134";>mongodb/mongo-java-driver#1134</a>
 and <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1371";>mongodb/mongo-java-driver#1371</a></li>
   <li>Replace <code>BiFunction</code> with <code>BinaryOperator</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1374";>mongodb/mongo-java-driver#1374</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/dylrich";><code>@​dylrich</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1364";>mongodb/mongo-java-driver#1364</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0";>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0</a></p>
   <h2>Java Driver 5.0.1 (Apr 3, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix ClusterFixture#hasEncryptionTestsEnabled to correctly detect env … 
by <a href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1343";>mongodb/mongo-java-driver#1343</a></li>
   <li>Use <code>InetAddressResolverProvider</code> and add tests by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1354";>mongodb/mongo-java-driver#1354</a></li>
   <li>A fix to expand the bounds for distinct and MongoIterable#map, allowing 
for nullable types in those scenarios 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/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>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>
   <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>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1";>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1</a></p>
   <h2>Java Driver 5.0.0 (Mar 1, 2024)</h2>
   <p>The MongoDB JVM team is pleased to announce version 5.0.0 of the MongoDB 
Java Driver!</p>
   <p>Release announcement: <a 
href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913";>https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>[JAVA-5203] Support stored nulls for non-primitive fields in Java 
records by <a 
href="https://github.com/bulbfreeman";><code>@​bulbfreeman</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1223";>mongodb/mongo-java-driver#1223</a></li>
   <li>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/1232";>mongodb/mongo-java-driver#1232</a></li>
   <li>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/1233";>mongodb/mongo-java-driver#1233</a></li>
   <li>Enable container and Kubernetes awareness for improved telemetry. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1235";>mongodb/mongo-java-driver#1235</a></li>
   <li>Update DatabaseTestCase to Junit 5 by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1238";>mongodb/mongo-java-driver#1238</a></li>
   <li>Preserve error code, code name, and error labels when redacting command 
monitoring/logging by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1225";>mongodb/mongo-java-driver#1225</a></li>
   <li>Add server selection log messages by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1221";>mongodb/mongo-java-driver#1221</a></li>
   <li>Remove write and read concern from Atlas Search Index commands. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1241";>mongodb/mongo-java-driver#1241</a></li>
   <li>BatchCursor refactorings by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1246";>mongodb/mongo-java-driver#1246</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/3e2c202dbcb22baaa5646e7c9a00ed8111899c81";><code>3e2c202</code></a>
 Version: bump 5.1.1</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/0d30c64db87734d2627b3e3c76ddd29bf7b60803";><code>0d30c64</code></a>
 ALLOWED_HOSTS validation, 1 minute machine timeout (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1380";>#1380</a>)
 (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1417";>#1417</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/90a7e17bdd4c024aa7435405cc6c6c2f149a763b";><code>90a7e17</code></a>
 Backport allow-empty (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1415";>#1415</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/4927578df76dda178a2109cde62113cc65a92ac6";><code>4927578</code></a>
 OIDC admin credentials (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1413";>#1413</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/f5293dc9827e5abc15b5009f575c76665c0edf44";><code>f5293dc</code></a>
 Disable failing unified CRUD tests (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1381";>#1381</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/9ab1a7192978a2bd5f966672bd82d198e5049480";><code>9ab1a71</code></a>
 Augment <code>config/spotbugs/exclude.xml</code> with finding status and rank 
(<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1392";>#1392</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/b10358dcb7a97784fa63ee9d3ce94e88aab99939";><code>b10358d</code></a>
 Remove outdated entries from THIRD-PARTY-NOTICES (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1393";>#1393</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/679c93a0316df692f8c37fc779ad6c90c9ab9dba";><code>679c93a</code></a>
 Disallow comma character in authMechanismProperties (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1412";>#1412</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/fe3e4066a130adc970a7c189160fed9289124ed5";><code>fe3e406</code></a>
 Remove legacy shell from test scripts (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1404";>#1404</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/2d6aca39b8239c3192ae93cf4a9858a1739af939";><code>2d6aca3</code></a>
 Create and upload <code>ssdlc_compliance_report.md</code> (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1405";>#1405</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.mongodb:bson` from 4.11.1 to 5.1.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.1.0 (May 2, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Ensure durations are included on connection pool events by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1370";>mongodb/mongo-java-driver#1370</a></li>
   <li>Test on Java 21 by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1326";>mongodb/mongo-java-driver#1326</a></li>
   <li>Test against GraalVM native image technology by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1338";>mongodb/mongo-java-driver#1338</a></li>
   <li>Ensure Operations uses the supplied document class when creating 
BsonDocumentWrapper by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1327";>mongodb/mongo-java-driver#1327</a></li>
   <li>JAVA-5319: Allow Decoding Data Into <code>TreeSet</code> by <a 
href="https://github.com/ramasai1";><code>@​ramasai1</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1306";>mongodb/mongo-java-driver#1306</a></li>
   <li>Allow configuring the monitoring protocol to use; use the polling 
protocol in a FaaS environment by default by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1313";>mongodb/mongo-java-driver#1313</a></li>
   <li>Convert 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>Change mapreduce to mapReduce by <a 
href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1337";>mongodb/mongo-java-driver#1337</a></li>
   <li>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>Use <code>InetAddressResolverProvider</code> and add tests by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1353";>mongodb/mongo-java-driver#1353</a></li>
   <li>Force unique clusterTime values by splitting insert into two commands by 
<a href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1356";>mongodb/mongo-java-driver#1356</a></li>
   <li>Expand bounds for distinct and MongoIterable#map 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>Enhanced OIDC support by <a 
href="https://github.com/katcharov";><code>@​katcharov</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1134";>mongodb/mongo-java-driver#1134</a>
 and <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1371";>mongodb/mongo-java-driver#1371</a></li>
   <li>Replace <code>BiFunction</code> with <code>BinaryOperator</code> by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1374";>mongodb/mongo-java-driver#1374</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/dylrich";><code>@​dylrich</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1364";>mongodb/mongo-java-driver#1364</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0";>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0</a></p>
   <h2>Java Driver 5.0.1 (Apr 3, 2024)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix ClusterFixture#hasEncryptionTestsEnabled to correctly detect env … 
by <a href="https://github.com/jyemin";><code>@​jyemin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1343";>mongodb/mongo-java-driver#1343</a></li>
   <li>Use <code>InetAddressResolverProvider</code> and add tests by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1354";>mongodb/mongo-java-driver#1354</a></li>
   <li>A fix to expand the bounds for distinct and MongoIterable#map, allowing 
for nullable types in those scenarios 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/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>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>
   <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>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1";>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1</a></p>
   <h2>Java Driver 5.0.0 (Mar 1, 2024)</h2>
   <p>The MongoDB JVM team is pleased to announce version 5.0.0 of the MongoDB 
Java Driver!</p>
   <p>Release announcement: <a 
href="https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913";>https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>[JAVA-5203] Support stored nulls for non-primitive fields in Java 
records by <a 
href="https://github.com/bulbfreeman";><code>@​bulbfreeman</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1223";>mongodb/mongo-java-driver#1223</a></li>
   <li>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/1232";>mongodb/mongo-java-driver#1232</a></li>
   <li>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/1233";>mongodb/mongo-java-driver#1233</a></li>
   <li>Enable container and Kubernetes awareness for improved telemetry. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1235";>mongodb/mongo-java-driver#1235</a></li>
   <li>Update DatabaseTestCase to Junit 5 by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1238";>mongodb/mongo-java-driver#1238</a></li>
   <li>Preserve error code, code name, and error labels when redacting command 
monitoring/logging by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1225";>mongodb/mongo-java-driver#1225</a></li>
   <li>Add server selection log messages by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1221";>mongodb/mongo-java-driver#1221</a></li>
   <li>Remove write and read concern from Atlas Search Index commands. by <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1241";>mongodb/mongo-java-driver#1241</a></li>
   <li>BatchCursor refactorings by <a 
href="https://github.com/rozza";><code>@​rozza</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1246";>mongodb/mongo-java-driver#1246</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/3e2c202dbcb22baaa5646e7c9a00ed8111899c81";><code>3e2c202</code></a>
 Version: bump 5.1.1</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/0d30c64db87734d2627b3e3c76ddd29bf7b60803";><code>0d30c64</code></a>
 ALLOWED_HOSTS validation, 1 minute machine timeout (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1380";>#1380</a>)
 (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1417";>#1417</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/90a7e17bdd4c024aa7435405cc6c6c2f149a763b";><code>90a7e17</code></a>
 Backport allow-empty (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1415";>#1415</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/4927578df76dda178a2109cde62113cc65a92ac6";><code>4927578</code></a>
 OIDC admin credentials (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1413";>#1413</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/f5293dc9827e5abc15b5009f575c76665c0edf44";><code>f5293dc</code></a>
 Disable failing unified CRUD tests (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1381";>#1381</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/9ab1a7192978a2bd5f966672bd82d198e5049480";><code>9ab1a71</code></a>
 Augment <code>config/spotbugs/exclude.xml</code> with finding status and rank 
(<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1392";>#1392</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/b10358dcb7a97784fa63ee9d3ce94e88aab99939";><code>b10358d</code></a>
 Remove outdated entries from THIRD-PARTY-NOTICES (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1393";>#1393</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/679c93a0316df692f8c37fc779ad6c90c9ab9dba";><code>679c93a</code></a>
 Disallow comma character in authMechanismProperties (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1412";>#1412</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/fe3e4066a130adc970a7c189160fed9289124ed5";><code>fe3e406</code></a>
 Remove legacy shell from test scripts (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1404";>#1404</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/2d6aca39b8239c3192ae93cf4a9858a1739af939";><code>2d6aca3</code></a>
 Create and upload <code>ssdlc_compliance_report.md</code> (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1405";>#1405</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.1.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to