From 45833d5fc7eb096c25251e65385e343cf70aea33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:49:10 +0200 Subject: [PATCH] Bump com.github.seancfoley:ipaddress from 5.4.0 to 5.4.2 in /Plan (#3451) Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.4.0...v5.4.2) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-type: direct:production update-type: version-update:semver-patch ... 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 49e021af3..6d664ad26 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.0" + ipAddressMatcherVersion = "5.4.2" jasyptVersion = "1.9.3" bstatsVersion = "3.0.2"