From e3838cb8ad8d6550087ab683994df5395901d1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:15:06 +0000 Subject: [PATCH] build(deps): bump com.maxmind.geoip2:geoip2 from 4.2.1 to 5.0.2 Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.2.1 to 5.0.2. - [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.1...v5.0.2) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 19ae1abd5..5127f3f79 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -59,7 +59,7 @@ voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", vers hoplite-core = { module = "com.sksamuel.hoplite:hoplite-core", version.ref = "hoplite" } hoplite-hocon = { module = "com.sksamuel.hoplite:hoplite-hocon", version.ref = "hoplite" } commons-math = { module = "org.apache.commons:commons-math3", version = "3.6.1" } -geoip2 = { module = "com.maxmind.geoip2:geoip2", version = "4.2.1" } +geoip2 = { module = "com.maxmind.geoip2:geoip2", version = "5.0.2" } aedile = { module = "com.sksamuel.aedile:aedile-core", version = "1.3.1" } guava = { module = "com.google.guava:guava", version = "33.4.8-jre" } ksp-api = { group = "com.google.devtools.ksp", name = "symbol-processing-api", version.ref = "ksp" }