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

   Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 
5.11.1 to 5.12.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.12.0 (September 17, 2026)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>JAVA-6231 build(deps): bump testing/resources/specifications from 
<code>d4d0cdf</code> to <code>92b3c0b</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/2039";>mongodb/mongo-java-driver#2039</a></li>
   <li>JAVA-6284 add server 9.0 test variant to evergreen by <a 
href="https://github.com/strogiyotec";><code>@​strogiyotec</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2037";>mongodb/mongo-java-driver#2037</a></li>
   <li>Fix the failing :driver-sync:codenarcTest command  by <a 
href="https://github.com/strogiyotec";><code>@​strogiyotec</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/2059";>mongodb/mongo-java-driver#2059</a></li>
   <li>Client Backpressure by <a 
href="https://github.com/stIncMale";><code>@​stIncMale</code></a>, <a 
href="https://github.com/vbabanin";><code>@​vbabanin</code></a>, <a 
href="https://github.com/nhachicha";><code>@​nhachicha</code></a>, <a 
href="https://github.com/strogiyotec";><code>@​strogiyotec</code></a> in <a 
href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1918";>mongodb/mongo-java-driver#1918</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.11.0...r5.12.0";>https://github.com/mongodb/mongo-java-driver/compare/r5.11.0...r5.12.0</a></p>
   <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 lang="bash"><code>gpg --keyserver hkps://keyserver.ubuntu.com 
--recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8
   </code></pre>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/84ee9a8dee3c968b00e48362bc90068d9e53da51";><code>84ee9a8</code></a>
 Version: bump 5.12.0</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/f0bc4cb82121d161a935464953e907ff8abfcb0f";><code>f0bc4cb</code></a>
 Update the <code>specifications</code> submodule from d4d0cdf to 92b3c0b to 
match the `m...</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/dbcd762e825ebd73a0a6364b007e547914f0b477";><code>dbcd762</code></a>
 Remove a <code>TODO-BACKPRESSURE</code> comment because it is no longer 
relevant</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/795f7cee3da7ccf9ab741d8be951a118fba1bfe6";><code>795f7ce</code></a>
 Introduce temporary fallback scheduler into 
<code>DefaultAsyncClientExecutor</code> (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2056";>#2056</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/71c3f6e371192408f3edb5c32e23622037c93150";><code>71c3f6e</code></a>
 Add baseBackoffMS support (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2052";>#2052</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/546ce8c83498f868c656394b31eb7127d1b6d175";><code>546ce8c</code></a>
 Update client and server <a 
href="https://github.com/since";><code>@​since</code></a> labels to 5.12 and 9 
for server (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2057";>#2057</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/4b576bbb4e5b69aef0fdc83322146f237ae3eebb";><code>4b576bb</code></a>
 Add code design rules for AI (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2028";>#2028</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/7e4a331c33aa813faf7b8ef1e333bc9a2c2f95ee";><code>7e4a331</code></a>
 Replace error label string literals with constants(<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2055";>#2055</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/ca40f31c107cb7550272c0154205cea16a94a4a7";><code>ca40f31</code></a>
 Add overload retry for non-retryable commands (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2048";>#2048</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-java-driver/commit/5013a537302cd1ffd670377a48c12abd6531901f";><code>5013a53</code></a>
 Adds overload retry for cursor getMore (<a 
href="https://redirect.github.com/mongodb/mongo-java-driver/issues/2046";>#2046</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-java-driver/compare/r5.11.1...r5.12.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.11.1&new-version=5.12.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