Skip to content

Commit

Permalink
Bump com.github.seancfoley:ipaddress from 5.3.3 to 5.5.0 (#4953)
Browse files Browse the repository at this point in the history
* Bump com.github.seancfoley:ipaddress from 5.3.3 to 5.5.0

Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.3.3 to 5.5.0.
- [Release notes](https://github.com/seancfoley/IPAddress/releases)
- [Commits](seancfoley/IPAddress@v5.3.3...v5.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Redundant dep declaration

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <xiatian@apache.org>
  • Loading branch information
dependabot[bot] and Pil0tXia authored Jun 3, 2024
1 parent 1fcf570 commit b64d1e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ subprojects {

dependency "javax.annotation:javax.annotation-api:1.3.2"

dependency "com.github.seancfoley:ipaddress:5.3.3"
dependency "com.github.seancfoley:ipaddress:5.5.0"
dependency "com.google.code.gson:gson:2.11.0"

dependency "org.javassist:javassist:3.30.2-GA"
Expand All @@ -746,7 +746,6 @@ subprojects {
dependency "org.apache.curator:curator-test:${curatorVersion}"

dependency "org.projectlombok:lombok:1.18.32"
dependency "com.github.seancfoley:ipaddress:5.3.3"
dependency "javax.annotation:javax.annotation-api:1.3.2"
dependency "com.alibaba.fastjson2:fastjson2:2.0.48"

Expand All @@ -761,4 +760,4 @@ subprojects {
dependency "com.mysql:mysql-connector-j:8.0.33"
}
}
}
}

0 comments on commit b64d1e0

Please sign in to comment.