chore(deps): bump com.github.hstyi:geolite2 from v1.0-202506280327 to v1.0-202507040118

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hstyi <hstyi@foxmail.com>
This commit is contained in:
dependabot[bot]
2025-07-08 12:09:42 +08:00
committed by GitHub
parent 702dee7983
commit 95ca0a4af7

View File

@@ -2,14 +2,14 @@ plugins {
alias(libs.plugins.kotlin.jvm) alias(libs.plugins.kotlin.jvm)
} }
project.version = "0.0.6" project.version = "0.0.7"
dependencies { dependencies {
testImplementation(kotlin("test")) testImplementation(kotlin("test"))
compileOnly(project(":")) compileOnly(project(":"))
implementation("com.maxmind.geoip2:geoip2:4.3.1") implementation("com.maxmind.geoip2:geoip2:4.3.1")
// https://github.com/hstyi/geolite2 // https://github.com/hstyi/geolite2
implementation("com.github.hstyi:geolite2:v1.0-202506280327") implementation("com.github.hstyi:geolite2:v1.0-202507040118")
} }
apply(from = "$rootDir/plugins/common.gradle.kts") apply(from = "$rootDir/plugins/common.gradle.kts")