From 7edee62f15e082fc583de3b3c8c5117aaf3b2fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:34:51 +0000 Subject: [PATCH] Bump com.maxmind.geoip2:geoip2 from 5.0.2 to 5.1.0 Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 5.0.2 to 5.1.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/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c2823cf..72bbe63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { implementation("dev.samstevens.totp:totp:1.7.1") - implementation("com.maxmind.geoip2:geoip2:5.0.2") { + implementation("com.maxmind.geoip2:geoip2:5.1.0") { exclude(group = "commons-logging", module = "commons-logging") }