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

   Bumps 
[com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 
5.3.3 to 5.5.0.
   <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.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>
   <h2>Version 5.4.0</h2>
   <ul>
   <li>added <code>PrefixBlockAllocator</code> for automatic CIDR prefix block 
allocation</li>
   <li>added <code>AddedTree</code> and <code>AssociativeAddedTree</code> 
classes for expanded <code>constructAddedNodesTree</code> methods</li>
   <li>added <code>getBlockSize</code> and <code>getBitsForCount</code> in 
<code>AddressItem</code></li>
   <li>added <code>matchUnordered</code> and <code>matchOrdered</code> in 
<code>Address</code></li>
   <li>eliminated invalid <code>AddressValueException</code> when joining a 
range with the IPv4 max value to an IPv6 range, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/86";>#86</a></li>
   <li>fix to generation of strings from parsed address data, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/87";>#87</a></li>
   <li>fix to IPv4 address primitive int upper value generation, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/96";>#96</a></li>
   </ul>
   <h2>Version 5.3.4</h2>
   <ul>
   <li>a fix to avoid ClassCastException when converting IPv4-mapped address to 
java.net.Inet6Address, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/73";>#73</a></li>
   <li>fixed the creation of HostName from an unresolved compressed-IPv6 socket 
address, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/74";>#74</a></li>
   <li>added IPAddressString.isIPv4Mapped for issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/75";>#75</a></li>
   <li>fixed a class-loading issue with string parsing, issue <a 
href="https://redirect.github.com/seancfoley/IPAddress/issues/79";>#79</a></li>
   <li>removed AddressDivision.getDivisionValueCount() and 
AddressDivision.getDivisionPrefixCount(int) because of potential overflow with 
divisions 63 or 64 bits long.  If you have a segment, use getValueCount(), or 
with IPAddressSegment use getPrefixValueCount(int), which both return int.  
Otherwise, use getPrefixCount(int) or getCount() which return BigInteger</li>
   <li>fixed issues with comparing non-standard division groupings with address 
comparators</li>
   <li>added verification when host-masking multiple-valued segments</li>
   <li>added verification when splitting IPv6AddressSegment</li>
   <li>fixed check when reversing per-byte multiple-valued division</li>
   <li>fixed trie-printing method option withNonAddedKeys</li>
   <li>fixed an issue with serialization of parsed hosts with qualifiers</li>
   <li>added control over parsing empty zones (a zone specifier followed by no 
zone)</li>
   <li>added a small fix to host name parsing some unusual host names</li>
   <li>a fix to IPv4AddressSection.toMaxHost</li>
   <li>fixed a rare synchronization issue when generating division strings in 
AddressDivisionBase</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/9d4275a9f6b1177f6d9511cbeddafd60c7d5fe5b";><code>9d4275a</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/514bcc927623a2bdb334ae77a2f1ca2cfc0c3c39";><code>514bcc9</code></a>
 version 5.5.0 artifacts</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/260827641eb2eaf0728625546d0201c32be9370d";><code>2608276</code></a>
 clean-up</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/27e2831c1ecb452d48abe3cb2442882a598f540a";><code>27e2831</code></a>
 clean-up</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/808fc2f9bc30d73b3eec207daaefa264071972d6";><code>808fc2f</code></a>
 clean-up</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/a95390ed7f4e477b94ac12d8e65474a2dccfdbe6";><code>a95390e</code></a>
 remove explicit toString call</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/d649f6f2a76e244450a4e9b6bf8998db7ae7902d";><code>d649f6f</code></a>
 changes for version 5.5</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/b5956868670e6fd746ba8dd79d8a6edc3d7364d7";><code>b595686</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/98f283d149b49e8ddb7ffd96168a571f82af9f79";><code>98f283d</code></a>
 improve max digit handling</li>
   <li><a 
href="https://github.com/seancfoley/IPAddress/commit/ef17a7a59f2fb1329c34be01432f29aca4175146";><code>ef17a7a</code></a>
 Update README.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seancfoley/IPAddress/compare/v5.3.3...v5.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.github.seancfoley:ipaddress | [>= 5.4.a, < 5.5] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.seancfoley:ipaddress&package-manager=gradle&previous-version=5.3.3&new-version=5.5.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 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: dev-unsubscr...@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: dev-h...@eventmesh.apache.org

Reply via email to