dependabot[bot] opened a new pull request, #3614: URL: https://github.com/apache/eventmesh/pull/3614
Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.3.3 to 5.4.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.4.0</h2> <ul> <li>added PrefixBlockAllocator for automatic CIDR prefix block allocation</li> <li>added AddedTree and AssociativeAddedTree classes for expanded constructAddedNodesTree methods</li> <li>added getBlockSize and getBitsForCount in AddressItem</li> <li>added matchUnordered and matchOrdered in Address</li> <li>eliminated invalid AddressValueException 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/5cafdfc73c7de52c58b188924839d4ac4c10e90f"><code>5cafdfc</code></a> update for version 5.4.0</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/7149de26acaffbb26efb9baa7dd5b7cc8e4064b2"><code>7149de2</code></a> Renamed allocateMultiBitLens to allocateBitLengths, fixed two javadoc</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/ef3946730f3bdcb36f32e29ad910b83d872c75d8"><code>ef39467</code></a> fix to isPrivate</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/a473118975d0bcf5136b4aac9ad0ba8865397658"><code>a473118</code></a> text fix</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/39d6e2ed4875ba25a2cf6c6fea9d3f517efd3b53"><code>39d6e2e</code></a> one more test</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/316bf5b0e2a70346a4fc32d3650ef068e447d629"><code>316bf5b</code></a> optimize seq range join</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/cdbac66c4c16ceb70f20d33e9d9eaf972a54cd6f"><code>cdbac66</code></a> a little clean-up</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/344a79a583eb3d4b9bc4046b9ae80649319b511d"><code>344a79a</code></a> optimize seq range joins</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/e68b7ee8e194a7a69a23a6a39189677f74dcb3ae"><code>e68b7ee</code></a> added PrefixBlockAllocator, added AddedTree and AssociativeAddedTree for</li> <li><a href="https://github.com/seancfoley/IPAddress/commit/984e292ef1b2474c9d83087647d34233b3fa1c80"><code>984e292</code></a> fix to infinite loop with parse data string generation</li> <li>Additional commits viewable in <a href="https://github.com/seancfoley/IPAddress/compare/v5.3.3...v5.4.0">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 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 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