Skip to content

Bump com.github.seancfoley:ipaddress from 5.5.1 to 5.6.1#16

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/com.github.seancfoley-ipaddress-5.6.1
Feb 5, 2026
Merged

Bump com.github.seancfoley:ipaddress from 5.5.1 to 5.6.1#16
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/com.github.seancfoley-ipaddress-5.6.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps com.github.seancfoley:ipaddress from 5.5.1 to 5.6.1.

Release notes

Sourced from com.github.seancfoley:ipaddress's releases.

Version 5.6.1

Adjusts prefix lengths in containment tries for all individual addresses

Version 5.6.0

This version introduces new types for efficient IP address collections and set operations, along with a few other enhancements

  • added IPAddressSeqRangeList, a collection type backed by IP address ranges, offering binary search, an alternative to tries with potentially better CPU cache coherence when searching
  • IPAddressSeqRangeList enables the arithmetic set operations add/join, intersect, remove, and complement
  • added the corresponding version-specific types IPv4AddressSeqRangeList and IPv6AddressSeqRangeList
  • added IPAddressContainmentTrie, an alternative collection option backed by CIDR prefix blocks in a trie, expanding on the existing trie functionality.
  • added the corresponding version-specific types IPv4AddressContainmentTrie and IPv6AddressContainmentTrie
  • added the IPAddressCollection interface representing collections of individual addresses, implemented by all range list and containment trie types
  • added the IPAddressAggregation interface representing all types which can represent a multitude of IP addresses, whether collections, ranges, or subnets
  • added new and optimized increment(), decrement() and incrementBoundary() methods to the address types, more efficient than increment(1), increment(-1), incrementBoundary(1)
  • extended increment(BigInteger) to the address/subnet types IPAddress and IPv4Address, and not just IPV6Address, for easier polymorphism
  • added a complement method to IPAddress returning blocks, and a complement method to IPAddressSeqRange returning ranges, in addition to the complement method included with IPAddressSeqRangeList
  • added methods to IPAddressSeqRange to integrate with IPAddressSeqRangeList to create lists efficiently: subtractIntoList, joinIntoList, complementIntoList
  • added intoSequentialRangeList methods to IP address and sequential range classes for polymorphic and efficient IPAddressSeqRangeList creation
  • added intoContainmentTrie methods to IP address and range classes for polymorphic IPAddressContainmentTrie creation
  • added new trie types IPAddressTrie and IPAddressAssociativeTrie, similar to existing types, but version-polymorphic, they can become either IPv4 or IPv6 tries, but not both at the same time
  • fixed an issue with merging addresses with prefixes into sequential blocks
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/seancfoley/IPAddress/releases)
- [Commits](seancfoley/IPAddress@v5.5.1...v5.6.1)

---
updated-dependencies:
- dependency-name: com.github.seancfoley:ipaddress
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 5, 2026
@github-actions github-actions bot merged commit a7ea336 into main Feb 5, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/com.github.seancfoley-ipaddress-5.6.1 branch February 5, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants