dependabot[bot] opened a new pull request, #24517: URL: https://github.com/apache/camel/pull/24517
Bumps `mongo-java-driver-version` from 5.8.0 to 5.9.0. Updates `org.mongodb:mongodb-driver-core` from 5.8.0 to 5.9.0 <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.9.0 (July 07, 2026)</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump testing/resources/specifications from <code>b519824</code> to <code>25bee54</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1984">mongodb/mongo-java-driver#1984</a></li> <li>Evergreen: fixes - gpg and oidc by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1987">mongodb/mongo-java-driver#1987</a></li> <li>JAVA-6182 Update the Git submodule from 25bee54 to 4484038 by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1992">mongodb/mongo-java-driver#1992</a></li> <li>Add Windows CI testing by <a href="https://github.com/vbabanin"><code>@vbabanin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1935">mongodb/mongo-java-driver#1935</a></li> <li>Update Specs to latest by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2001">mongodb/mongo-java-driver#2001</a></li> <li>Fix reactive streams <code>MongoClient.getTimeout</code> always returning <code>null</code> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2009">mongodb/mongo-java-driver#2009</a></li> <li>JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2003">mongodb/mongo-java-driver#2003</a></li> <li>JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text API to String by <a href="https://github.com/nhachicha"><code>@nhachicha</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2010">mongodb/mongo-java-driver#2010</a></li> </ul> <h2>Verifying artifact signatures</h2> <p>Please refer to <a href="https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/">https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/</a> for the full procedure.</p> <p>To download and import the public key for verifying signatures, execute</p> <pre><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0">https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/90d54c43979a24ff9513683f05f47f1683376534"><code>90d54c4</code></a> Version: bump 5.9.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/32cbe4b1df8e08de7c97716dd55519bcbbf53812"><code>32cbe4b</code></a> JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/6612f5de3fa8908aabf57e6b895f426379fc9c52"><code>6612f5d</code></a> JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2003">#2003</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d84dabbfd5809c3d0a47a47b1bc5cb4282e1ddf9"><code>d84dabb</code></a> Fix reactive streams <code>MongoClient.getTimeout</code> always returning <code>null</code> (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2009">#2009</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/aad04d1937c6829e5c4587b249de117405dc2216"><code>aad04d1</code></a> Update Specs to latest (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2001">#2001</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/4d81e85e6f43cdf3de9345cb1c55c44a6299a13a"><code>4d81e85</code></a> Add Windows CI testing (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1935">#1935</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8aa32421452e77e1c33f3ee79a2be76067a6377b"><code>8aa3242</code></a> Update the Git specifications submodule from 25bee54 to 4484038 (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1992">#1992</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/321bdb78ca316698701f190d1c571a2fb8361351"><code>321bdb7</code></a> Evergreen: fixes - gpg and oidc (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1987">#1987</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/606ed03cf4231925d06839c5098db8038e9ca693"><code>606ed03</code></a> build(deps): bump testing/resources/specifications from <code>b519824</code> to `25bee54...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d120c7532c0d55267a6ac6897415cf77127bd014"><code>d120c75</code></a> Version: bump 5.9.0-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:mongodb-driver-sync` from 5.8.0 to 5.9.0 <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.9.0 (July 07, 2026)</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump testing/resources/specifications from <code>b519824</code> to <code>25bee54</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1984">mongodb/mongo-java-driver#1984</a></li> <li>Evergreen: fixes - gpg and oidc by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1987">mongodb/mongo-java-driver#1987</a></li> <li>JAVA-6182 Update the Git submodule from 25bee54 to 4484038 by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1992">mongodb/mongo-java-driver#1992</a></li> <li>Add Windows CI testing by <a href="https://github.com/vbabanin"><code>@vbabanin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1935">mongodb/mongo-java-driver#1935</a></li> <li>Update Specs to latest by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2001">mongodb/mongo-java-driver#2001</a></li> <li>Fix reactive streams <code>MongoClient.getTimeout</code> always returning <code>null</code> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2009">mongodb/mongo-java-driver#2009</a></li> <li>JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2003">mongodb/mongo-java-driver#2003</a></li> <li>JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text API to String by <a href="https://github.com/nhachicha"><code>@nhachicha</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2010">mongodb/mongo-java-driver#2010</a></li> </ul> <h2>Verifying artifact signatures</h2> <p>Please refer to <a href="https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/">https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/</a> for the full procedure.</p> <p>To download and import the public key for verifying signatures, execute</p> <pre><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0">https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/90d54c43979a24ff9513683f05f47f1683376534"><code>90d54c4</code></a> Version: bump 5.9.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/32cbe4b1df8e08de7c97716dd55519bcbbf53812"><code>32cbe4b</code></a> JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/6612f5de3fa8908aabf57e6b895f426379fc9c52"><code>6612f5d</code></a> JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2003">#2003</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d84dabbfd5809c3d0a47a47b1bc5cb4282e1ddf9"><code>d84dabb</code></a> Fix reactive streams <code>MongoClient.getTimeout</code> always returning <code>null</code> (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2009">#2009</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/aad04d1937c6829e5c4587b249de117405dc2216"><code>aad04d1</code></a> Update Specs to latest (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2001">#2001</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/4d81e85e6f43cdf3de9345cb1c55c44a6299a13a"><code>4d81e85</code></a> Add Windows CI testing (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1935">#1935</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8aa32421452e77e1c33f3ee79a2be76067a6377b"><code>8aa3242</code></a> Update the Git specifications submodule from 25bee54 to 4484038 (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1992">#1992</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/321bdb78ca316698701f190d1c571a2fb8361351"><code>321bdb7</code></a> Evergreen: fixes - gpg and oidc (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1987">#1987</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/606ed03cf4231925d06839c5098db8038e9ca693"><code>606ed03</code></a> build(deps): bump testing/resources/specifications from <code>b519824</code> to `25bee54...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d120c7532c0d55267a6ac6897415cf77127bd014"><code>d120c75</code></a> Version: bump 5.9.0-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0">compare view</a></li> </ul> </details> <br /> Updates `org.mongodb:bson` from 5.8.0 to 5.9.0 <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.9.0 (July 07, 2026)</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump testing/resources/specifications from <code>b519824</code> to <code>25bee54</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1984">mongodb/mongo-java-driver#1984</a></li> <li>Evergreen: fixes - gpg and oidc by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1987">mongodb/mongo-java-driver#1987</a></li> <li>JAVA-6182 Update the Git submodule from 25bee54 to 4484038 by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1992">mongodb/mongo-java-driver#1992</a></li> <li>Add Windows CI testing by <a href="https://github.com/vbabanin"><code>@vbabanin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1935">mongodb/mongo-java-driver#1935</a></li> <li>Update Specs to latest by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2001">mongodb/mongo-java-driver#2001</a></li> <li>Fix reactive streams <code>MongoClient.getTimeout</code> always returning <code>null</code> by <a href="https://github.com/stIncMale"><code>@stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2009">mongodb/mongo-java-driver#2009</a></li> <li>JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection by <a href="https://github.com/rozza"><code>@rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2003">mongodb/mongo-java-driver#2003</a></li> <li>JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text API to String by <a href="https://github.com/nhachicha"><code>@nhachicha</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2010">mongodb/mongo-java-driver#2010</a></li> </ul> <h2>Verifying artifact signatures</h2> <p>Please refer to <a href="https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/">https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/</a> for the full procedure.</p> <p>To download and import the public key for verifying signatures, execute</p> <pre><code>gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8 </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0">https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/90d54c43979a24ff9513683f05f47f1683376534"><code>90d54c4</code></a> Version: bump 5.9.0</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/32cbe4b1df8e08de7c97716dd55519bcbbf53812"><code>32cbe4b</code></a> JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/6612f5de3fa8908aabf57e6b895f426379fc9c52"><code>6612f5d</code></a> JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2003">#2003</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d84dabbfd5809c3d0a47a47b1bc5cb4282e1ddf9"><code>d84dabb</code></a> Fix reactive streams <code>MongoClient.getTimeout</code> always returning <code>null</code> (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2009">#2009</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/aad04d1937c6829e5c4587b249de117405dc2216"><code>aad04d1</code></a> Update Specs to latest (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2001">#2001</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/4d81e85e6f43cdf3de9345cb1c55c44a6299a13a"><code>4d81e85</code></a> Add Windows CI testing (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1935">#1935</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/8aa32421452e77e1c33f3ee79a2be76067a6377b"><code>8aa3242</code></a> Update the Git specifications submodule from 25bee54 to 4484038 (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1992">#1992</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/321bdb78ca316698701f190d1c571a2fb8361351"><code>321bdb7</code></a> Evergreen: fixes - gpg and oidc (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1987">#1987</a>)</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/606ed03cf4231925d06839c5098db8038e9ca693"><code>606ed03</code></a> build(deps): bump testing/resources/specifications from <code>b519824</code> to `25bee54...</li> <li><a href="https://github.com/mongodb/mongo-java-driver/commit/d120c7532c0d55267a6ac6897415cf77127bd014"><code>d120c75</code></a> Version: bump 5.9.0-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.8.0...r5.9.0">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 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]
