From 0c2b4e1b3e02332702f49de4db0f5071333d7215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 10:11:16 +0200 Subject: [PATCH] Bump com.github.seancfoley:ipaddress from 5.4.2 to 5.5.0 in /Plan (#3507) Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.2 to 5.5.0. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.4.2...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index b8ee024dc..4af292f24 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -98,7 +98,7 @@ subprojects { geoIpVersion = "4.2.0" gsonVersion = "2.10.1" dependencyDownloadVersion = "1.3.1" - ipAddressMatcherVersion = "5.4.2" + ipAddressMatcherVersion = "5.5.0" jasyptVersion = "1.9.3" bstatsVersion = "3.0.2"