dependabot[bot] opened a new pull request, #19868: URL: https://github.com/apache/druid/pull/19868
Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.6.14 to 1.6.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RoaringBitmap/RoaringBitmap/releases">org.roaringbitmap:RoaringBitmap's releases</a>.</em></p> <blockquote> <h2>1.6.18</h2> <h2>What's Changed</h2> <ul> <li>Minor optimisations in 32 bit bit-slices by <a href="https://github.com/xtonik"><code>@xtonik</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/843">RoaringBitmap/RoaringBitmap#843</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.17...1.6.18">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.17...1.6.18</a></p> <h2>1.6.17</h2> <h2>What's Changed</h2> <ul> <li>Fix reverse advanceIfNeeded: cursor can stay above the bound or return a value not in the bitmap by <a href="https://github.com/novoj"><code>@novoj</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/841">RoaringBitmap/RoaringBitmap#841</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.16...1.6.17">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.16...1.6.17</a></p> <h2>1.6.16</h2> <h2>What's Changed</h2> <ul> <li>Fix flyweight iterator clone(): shared cursors make it return values not in the bitmap by <a href="https://github.com/novoj"><code>@novoj</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/842">RoaringBitmap/RoaringBitmap#842</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.15...1.6.16">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.15...1.6.16</a></p> <h2>1.6.15</h2> <h2>What's Changed</h2> <ul> <li>Reuse ART shuttle stack entries instead of allocating per node by <a href="https://github.com/nishantmehta"><code>@nishantmehta</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/831">RoaringBitmap/RoaringBitmap#831</a></li> <li>Declare as a dependency of by <a href="https://github.com/xingyaner"><code>@xingyaner</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/839">RoaringBitmap/RoaringBitmap#839</a></li> <li>Avoid O(N^2) operations in some cases by <a href="https://github.com/lemire"><code>@lemire</code></a> in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/840">RoaringBitmap/RoaringBitmap#840</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nishantmehta"><code>@nishantmehta</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/831">RoaringBitmap/RoaringBitmap#831</a></li> <li><a href="https://github.com/xingyaner"><code>@xingyaner</code></a> made their first contribution in <a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/pull/839">RoaringBitmap/RoaringBitmap#839</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.14...1.6.15">https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.14...1.6.15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/cd799a7ef16dc63ad4535b8cd2cc7a80f1a3ded4"><code>cd799a7</code></a> Minor optimisations in 32 bit bit-slices (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/843">#843</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/c0e6a59e863f4ae13a3ce2087267981d2c442b84"><code>c0e6a59</code></a> [Gradle Release Plugin] - new version commit: '1.6.18'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/37ea47f7c3cccd8f8d4d21e891e1c0cfbdb4f548"><code>37ea47f</code></a> Fix reverse advanceIfNeeded leaving the cursor above the bound (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/841">#841</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/00e3135bb8ba1faa6857d8b82578ae599cf3589a"><code>00e3135</code></a> [Gradle Release Plugin] - new version commit: '1.6.17'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/167af56518cef304282bbea0311804da75d0f6fe"><code>167af56</code></a> Give flyweight iterator clones their own cached cursors (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/842">#842</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/ba92f4978cb3f4c2f0d6e26342040fc59fe25508"><code>ba92f49</code></a> [Gradle Release Plugin] - new version commit: '1.6.16'.</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/ef131a71e0aa6cd67b4ea649c957b1cd4c52b141"><code>ef131a7</code></a> Avoid O(N^2) operations in some cases (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/840">#840</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/e140aee9358b1e33be6e5b0cd8f043daef05299a"><code>e140aee</code></a> Declare as a dependency of (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/839">#839</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/46d5e104e86c3f57fe8bc983fd3f484a1fb5779a"><code>46d5e10</code></a> Reuse ART shuttle stack entries instead of allocating per node (<a href="https://redirect.github.com/RoaringBitmap/RoaringBitmap/issues/831">#831</a>)</li> <li><a href="https://github.com/RoaringBitmap/RoaringBitmap/commit/941c09a82cbcd46915b41fc9c3d42d576060ae9e"><code>941c09a</code></a> Remove Stars section from README</li> <li>Additional commits viewable in <a href="https://github.com/RoaringBitmap/RoaringBitmap/compare/1.6.14...1.6.18">compare view</a></li> </ul> </details> <br /> [](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]
