From 17796bd20e557d65d9fda5abfc7789151a8e97f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:52:16 +0000 Subject: [PATCH] Bump com.maxmind.geoip2:geoip2 from 4.2.0 to 4.2.1 in /Plan Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/maxmind/GeoIP2-java/releases) - [Changelog](https://github.com/maxmind/GeoIP2-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxmind/GeoIP2-java/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 17f5ccbed..2f49c1eda 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -95,7 +95,7 @@ subprojects { adventureVersion = "4.17.0" hikariVersion = "5.1.0" slf4jVersion = "2.0.13" - geoIpVersion = "4.2.0" + geoIpVersion = "4.2.1" gsonVersion = "2.11.0" dependencyDownloadVersion = "1.3.1" ipAddressMatcherVersion = "5.5.0"