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") }