From 0e52e52ff8bbec98de441c2acb9b0a1a9270aedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 02:14:37 +0000 Subject: [PATCH] chore(deps): bump com.maxmind.geoip2:geoip2 from 5.0.0 to 5.0.2 Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 5.0.0 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/v5.0.0...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-patch ... Signed-off-by: dependabot[bot] --- plugins/geo/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geo/build.gradle.kts b/plugins/geo/build.gradle.kts index 1a280c4..c73739e 100644 --- a/plugins/geo/build.gradle.kts +++ b/plugins/geo/build.gradle.kts @@ -7,7 +7,7 @@ project.version = "0.0.8" dependencies { testImplementation(kotlin("test")) compileOnly(project(":")) - implementation("com.maxmind.geoip2:geoip2:5.0.0") + implementation("com.maxmind.geoip2:geoip2:5.0.2") // https://github.com/hstyi/geolite2 implementation("com.github.hstyi:geolite2:v1.0-202510270056") }