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

   Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 
5.6.1 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>
   <h2>Java Driver 5.8.0 (May 28, 2026)</h2>
   <h2>What's Changed</h2>
   <h3>🔥 Enhancements</h3>
   <ul>
   <li>Added typed builder API for vector search index definitions <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1960";>#1960</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Added <code>$rerank</code> aggregation stage support (MongoDB 8.3 / 
Atlas) <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1963";>#1963</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Added <code>vectorSearch</code> operator support for the 
<code>$search</code> pipeline stage <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1962";>#1962</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Added <code>storedSource</code> support for vector search indexes and 
<code>returnStoredSource</code> for <code>$vectorSearch</code> queries <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1977";>#1977</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Added <code>BinaryVector</code> and <code>VectorSearchQuery</code> 
<code>vectorSearch</code> overloads to the Scala driver <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1986";>#1986</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Optimized <code>RawBsonDocument</code> encode and decode by eliminating 
intermediate allocations <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1988";>#1988</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Preliminary refactoring for backpressure support <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1952";>#1952</a>
 by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a></li>
   <li>Small improvements related to value-based classes <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1964";>#1964</a>
 by <a href="https://github.com/stIncMale";><code>@​stIncMale</code></a></li>
   </ul>
   <h3>🛠 Fixes</h3>
   <ul>
   <li>Fixed OSGi bundle resolution failure when Micrometer is not present <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1982";>#1982</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Added missing Javadoc to <code>MongodbObservation</code> and 
<code>MongodbObservationContext</code> by <a 
href="https://github.com/rozza";><code>@​rozza</code></a></li>
   </ul>
   <h3>📦 Dependency Updates</h3>
   <ul>
   <li>Upgraded <code>libmongocrypt</code> to 1.18.1 <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1983";>#1983</a>
 by <a href="https://github.com/strogiyotec";><code>@​strogiyotec</code></a></li>
   </ul>
   <h3>🧪 Testing &amp; CI</h3>
   <ul>
   <li>Added <code>AGENTS.md</code> for AI coding agent support across all 
modules by <a href="https://github.com/rozza";><code>@​rozza</code></a></li>
   <li>Added test cases for new auto-embedding index fields <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1936";>#1936</a>
 by <a href="https://github.com/strogiyotec";><code>@​strogiyotec</code></a></li>
   <li>Added Scala 3 to <code>publish.sh</code> <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1958";>#1958</a>
 by <a href="https://github.com/rozza";><code>@​rozza</code></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/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>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.6.1...r5.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mongodb:bson&package-manager=maven&previous-version=5.6.1&new-version=5.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to