chore(deps): bump com.github.hstyi:geolite2

Bumps com.github.hstyi:geolite2 from v1.0-202603020109 to v1.0-202603160118.

---
updated-dependencies:
- dependency-name: com.github.hstyi:geolite2
  dependency-version: v1.0-202603160118
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-17 02:57:00 +00:00
committed by GitHub
parent 91d13e6dd2
commit a2c7974cef

View File

@@ -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-202603160118")
}
apply(from = "$rootDir/plugins/common.gradle.kts")