We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285324b commit e3aa88cCopy full SHA for e3aa88c
openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts
@@ -88,7 +88,7 @@ publishing {
88
dependencies {
89
implementation("dev.openfeature:kotlin-sdk:0.1.0")
90
implementation("com.squareup.okhttp3:okhttp:4.12.0")
91
- implementation("com.google.code.gson:gson:2.10.1")
+ implementation("com.google.code.gson:gson:2.11.0")
92
implementation("dev.gustavoavila:java-android-websocket-client:2.0.2")
93
testImplementation("junit:junit:4.13.2")
94
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
0 commit comments