From 0a969bd01090058216aec9ac9996b6cf575ada3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:15:29 +0000 Subject: [PATCH] chore: bump com.google.code.gson:gson Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../gofeatureflag-kotlin-provider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")