diff --git a/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts b/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts index 95b9bafb274..a795508b48f 100644 --- a/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts +++ b/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts @@ -95,7 +95,7 @@ publishing { dependencies { api("dev.openfeature:android-sdk:0.3.2") api("com.squareup.okhttp3:okhttp:4.12.0") - api("com.google.code.gson:gson:2.11.0") + api("com.google.code.gson:gson:2.12.1") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") testImplementation("junit:junit:4.13.2") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")