From a4c4298b567e9f7a8db27a937edb3d36baf65603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:58:43 +0000 Subject: [PATCH] chore(deps): bump com.github.hstyi:geolite2 Bumps [com.github.hstyi:geolite2](https://github.com/hstyi/GeoLite2) from v1.0-202603020109 to v1.0-202604200128. - [Release notes](https://github.com/hstyi/GeoLite2/releases) - [Commits](https://github.com/hstyi/GeoLite2/commits) --- updated-dependencies: - dependency-name: com.github.hstyi:geolite2 dependency-version: v1.0-202604200128 dependency-type: direct:production ... 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 bafd7246..d2c50e55 100644 --- a/plugins/geo/build.gradle.kts +++ b/plugins/geo/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { compileOnly(project(":")) implementation("com.maxmind.geoip2:geoip2:5.0.0") // https://github.com/hstyi/geolite2 - implementation("com.github.hstyi:geolite2:v1.0-202603020109") + implementation("com.github.hstyi:geolite2:v1.0-202604200128") } apply(from = "$rootDir/plugins/common.gradle.kts")