From 79c304ae3da3ed9fecf63b658c7efd397e45cce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 02:15:49 +0000 Subject: [PATCH] chore(deps): bump com.maxmind.geoip2:geoip2 from 4.3.1 to 4.4.0 Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.3.1 to 4.4.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.3.1...v4.4.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4351c50..0cb65d4 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:4.3.1") + implementation("com.maxmind.geoip2:geoip2:4.4.0") // https://github.com/hstyi/geolite2 implementation("com.github.hstyi:geolite2:v1.0-202508180058") }