Skip to content

Bump com.github.seancfoley:ipaddress from 5.5.1 to 5.6.2 in /data-prepper-expression#6697

Merged
dlvenable merged 1 commit into
mainfrom
dependabot/gradle/data-prepper-expression/com.github.seancfoley-ipaddress-5.6.2
Jun 5, 2026
Merged

Bump com.github.seancfoley:ipaddress from 5.5.1 to 5.6.2 in /data-prepper-expression#6697
dlvenable merged 1 commit into
mainfrom
dependabot/gradle/data-prepper-expression/com.github.seancfoley-ipaddress-5.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

Version 5.6.2

Avoids exceptions occurring in environments or with deployments where Package objects are null, issue seancfoley/IPAddress#147.

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: com.github.seancfoley:ipaddress
  dependency-version: 5.6.2
  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 Apr 1, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 1, 2026
@dependabot dependabot Bot added the java Pull requests that update Java code label Apr 1, 2026
@dlvenable dlvenable merged commit 7b062d2 into main Jun 5, 2026
79 of 84 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/data-prepper-expression/com.github.seancfoley-ipaddress-5.6.2 branch June 5, 2026 20:31
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.

1 participant