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

   Bumps 
[com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 
4.3.0 to 5.6.2.
   <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.2</h2>
   <p>Avoids exceptions occurring in environments or with deployments where 
Package objects are null, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/147";>seancfoley/IPAddress#147</a>.</p>
   <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>
   <h2>Version 5.5.1</h2>
   <ul>
   <li>added new merge functions <code>mergeToDualPrefixBlocks</code> and 
<code>mergeToDualSequentialBlocks</code> for combined IPv4/IPv6 merging</li>
   <li>added public constructors accepting message strings to 
<code>AddressValueException</code> and 
<code>IncompatibleAddressException</code>, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/127";>#127</a></li>
   <li>removed caching functionality from <code>containingFirstIterator</code>, 
use all-node <code>containingFirstAllNodeIterator</code> instead</li>
   </ul>
   <h2>Version 5.5.0</h2>
   <ul>
   <li>added collection types for dual IPv4/v6 tries and for dual IPv4/v6 
associative tries, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/103";>#103</a></li>
   <li>trie performance improvements for all trie operations</li>
   <li>added <code>shortestPrefixMatch</code> trie methods</li>
   <li>added <code>enumerate</code> methods, the inverse of the 
<code>increment</code> methods, to find the position of an address in a subnet, 
or to find the distance between two addresses</li>
   <li>added an <code>increment</code> method accepting a 
<code>BigInteger</code> argument to <code>IPv6Address</code> and 
<code>IPv6AddressSection</code></li>
   <li>added the ability to construct an <code>IPv6Address</code> from two 
longs</li>
   <li>added <code>replace</code> methods with address section parameter to 
address classes</li>
   <li>added <code>overlaps</code> methods to check for overlapping subnets, 
and for checking sequential range overlap with a subnet</li>
   <li>added 
<code>floor</code>/<code>lower</code>/<code>ceiling</code>/<code>higher</code> 
methods to the address trie types, these methods previously accessible only 
from trie sets</li>
   <li>added the extraneous digits IPv4 parsing option 
allow_inet_aton_extraneous_digits, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/105";>#105</a>.</li>
   <li>includes the fix to invalid radix argument infinite loop, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/118";>#118</a></li>
   </ul>
   <h2>Version 5.4.2</h2>
   <ul>
   <li>removed unnecessary SDK dependency incompatible with Java 8 that was 
introduced with version 5.4.1, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/121";>#121</a></li>
   <li>includes the fix to invalid radix argument infinite loop, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/118";>#118</a></li>
   </ul>
   <h2>Version 5.4.1</h2>
   <ul>
   <li>fix to invalid radix argument infinite loop, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/118";>#118</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/23125fbebb9920180766ce0f9bfcfc965b5c0b36";><code>23125fb</code></a>
 Update latest version to 5.6.2 in README</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/0c875a657501270f9f93e3cd7b8f47698c955107";><code>0c875a6</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/7bbc42d66c125332cc830d2ebef0f9a6b1e9e8dc";><code>7bbc42d</code></a>
 handle platforms or deployments with providing no Package objects</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/dd51a5c8abcd78148a9ebf5a2797e0d9634d04c7";><code>dd51a5c</code></a>
 Update documentation link text in README</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/0075449db02cf91485c0a95eb230df63b42a121d";><code>0075449</code></a>
 update docs</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/1265ee286bd7749c9a2cf884c27439eee4229629";><code>1265ee2</code></a>
 improve javadoc</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/e7c1f40de7dc297e22195077539f28bfc9885a59";><code>e7c1f40</code></a>
 javadoc corrections</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/bea4bb527e778eab0532e5a001953b24d0989dc3";><code>bea4bb5</code></a>
 Update README</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/42533e88c11c1c86e708230339cedb89eb4719eb";><code>42533e8</code></a>
 Update links in README</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/3b5e19c8fcd9bf273c0a3d15a297aab30fa85064";><code>3b5e19c</code></a>
 updated docs file</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seancfoley/IPAddress/compare/v4.3.0...v5.6.2";>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=4.3.0&new-version=5.6.2)](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]

Reply via email to