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

   Bumps 
[com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 
5.5.1 to 5.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/seancfoley/IPAddress/releases";>com.github.seancfoley:ipaddress's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 5.6.1</h2>
   <p>Adjusts prefix lengths in containment tries for all individual 
addresses</p>
   <h2>Version 5.6.0</h2>
   <p>This version introduces new types for efficient IP address collections 
and set operations, along with a few other enhancements</p>
   <ul>
   <li>added <code>IPAddressSeqRangeList</code>, a collection type backed by IP 
address ranges, offering binary search, an alternative to tries with 
potentially better CPU cache coherence when searching</li>
   <li><code>IPAddressSeqRangeList</code> enables the arithmetic set operations 
<code>add</code>/<code>join</code>, <code>intersect</code>, 
<code>remove</code>, and <code>complement</code></li>
   <li>added the corresponding version-specific types 
<code>IPv4AddressSeqRangeList</code> and 
<code>IPv6AddressSeqRangeList</code></li>
   <li>added <code>IPAddressContainmentTrie</code>, an alternative collection 
option backed by CIDR prefix blocks in a trie, expanding on the existing trie 
functionality.</li>
   <li>added the corresponding version-specific types 
<code>IPv4AddressContainmentTrie</code> and 
<code>IPv6AddressContainmentTrie</code></li>
   <li>added the <code>IPAddressCollection</code> interface representing 
collections of individual addresses, implemented by all range list and 
containment trie types</li>
   <li>added the <code>IPAddressAggregation</code> interface representing all 
types which can represent a multitude of IP addresses, whether collections, 
ranges, or subnets</li>
   <li>added new and optimized <code>increment()</code>, 
<code>decrement()</code> and <code>incrementBoundary()</code> methods to the 
address types, more efficient than <code>increment(1)</code>, 
<code>increment(-1)</code>, <code>incrementBoundary(1)</code></li>
   <li>extended <code>increment(BigInteger)</code> to the address/subnet types 
<code>IPAddress</code> and <code>IPv4Address</code>, and not just 
<code>IPV6Address</code>, for easier polymorphism</li>
   <li>added a <code>complement</code> method to <code>IPAddress</code> 
returning blocks, and a <code>complement</code> method to 
<code>IPAddressSeqRange</code> returning ranges, in addition to the complement 
method included with <code>IPAddressSeqRangeList</code></li>
   <li>added methods to <code>IPAddressSeqRange</code> to integrate with 
<code>IPAddressSeqRangeList</code> to create lists efficiently: 
<code>subtractIntoList</code>, <code>joinIntoList</code>, 
<code>complementIntoList</code></li>
   <li>added <code>intoSequentialRangeList</code> methods to IP address and 
sequential range classes for polymorphic and efficient 
<code>IPAddressSeqRangeList</code> creation</li>
   <li>added <code>intoContainmentTrie</code> methods to IP address and range 
classes for polymorphic <code>IPAddressContainmentTrie</code> creation</li>
   <li>added new trie types <code>IPAddressTrie</code> and 
<code>IPAddressAssociativeTrie</code>, similar to existing types, but 
version-polymorphic, they can become either IPv4 or IPv6 tries, but not both at 
the same time</li>
   <li>fixed an issue with merging addresses with prefixes into sequential 
blocks</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/7a7ee07f1bfecd57c964aa77c209f5e5ca89e7e0";><code>7a7ee07</code></a>
 Update latest Maven version to 5.6.1</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/4d23e9d8c2b9d99c200f1784a3a3ab2f50a78d10";><code>4d23e9d</code></a>
 new distribution jar</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/6cb945171f1ed46c1dfbf76543267db95b88e790";><code>6cb9451</code></a>
 containment trie prefix adjustment</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/927c45e7ad7dd3e35c7a48286017f84390541766";><code>927c45e</code></a>
 changes for new Maven central uploading</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/2ff4246eb740bc4e8f07b7ef1c31342a36bbf401";><code>2ff4246</code></a>
 updated release notes</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/7b400d24a1b78b251cb3e5e6d68b05878080c880";><code>7b400d2</code></a>
 Merge branch 'v5' of <a 
href="https://github.com/seancfoley/IPAddress.git";>https://github.com/seancfoley/IPAddress.git</a>
 into v5</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/bd38247c1fe53d1164c487a0d3af2c79985a1c8e";><code>bd38247</code></a>
 additional comments</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/1ec8af9e5d466a40448ee485421270206f72182e";><code>1ec8af9</code></a>
 Update latest Maven version to 5.6.0</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/73a4ec84623c9242ae407c60e165ec0964baa11c";><code>73a4ec8</code></a>
 distribution jar</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/6e61ca7b3fa28d6f05a9aab7ac10024681fae8d2";><code>6e61ca7</code></a>
 javadoc corrections</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seancfoley/IPAddress/compare/v5.5.1...v5.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.seancfoley:ipaddress&package-manager=maven&previous-version=5.5.1&new-version=5.6.1)](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 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]


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

Reply via email to