From 2d979c301b4a7ad0b387d7194d6ffd532fd445e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:08:45 +0000 Subject: [PATCH] Bump com.maxmind.geoip2:geoip2 from 4.4.0 to 5.0.0 in /Plan Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.4.0 to 5.0.0. - [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.4.0...v5.0.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 c55d23a0ef..3a479ca347 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -80,7 +80,7 @@ subprojects { adventureVersion = "4.24.0" hikariVersion = "7.0.2" slf4jVersion = "2.0.17" - geoIpVersion = "4.4.0" + geoIpVersion = "5.0.0" gsonVersion = "2.13.2" dependencyDownloadVersion = "2.0.0" ipAddressMatcherVersion = "5.5.1"