From 4a6714e4b853e95db3ee4554fa26b64325425838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:25:19 +0000 Subject: [PATCH] build(deps): bump com.statsig:ip3country from 0.1.5 to 0.1.6 Bumps [com.statsig:ip3country](https://github.com/statsig-io/ip3country-kotlin) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/statsig-io/ip3country-kotlin/releases) - [Commits](https://github.com/statsig-io/ip3country-kotlin/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: com.statsig:ip3country dependency-type: direct:production update-type: version-update:semver-patch ... 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 4ad5b95..6223ac1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4") implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("com.github.ua-parser:uap-java:1.6.1") - implementation("com.statsig:ip3country:0.1.5") + implementation("com.statsig:ip3country:0.1.6") implementation("com.squareup.okhttp3:logging-interceptor:4.12.0") implementation("org.jetbrains.kotlin:kotlin-reflect") // GRPC Dependencies