From 9fe27a7a5ea4e356cc338466eab05dbf1c823708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:04:55 +0000 Subject: [PATCH] Bump com.maxmind.geoip2:geoip2 from 4.4.0 to 5.0.1 in /Plan Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.4.0 to 5.0.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.4.0...v5.0.1) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 5.0.1 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..f4e56f9f4a 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.1" gsonVersion = "2.13.2" dependencyDownloadVersion = "2.0.0" ipAddressMatcherVersion = "5.5.1"