Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.github.seancfoley:ipaddress from 5.4.2 to 5.5.0 (#105)
Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.2 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 to address classes that take address sections</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> </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>See full diff in <a href="https://github.com/seancfoley/IPAddress/compare/v5.4.2...v5.5.0">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=gradle&previous-version=5.4.2&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information