From a00d4976b02b7054501ca3e3dadda5ca4811f5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:50:15 +0000 Subject: [PATCH] chore(deps): bump dev.openfeature:kotlin-sdk from 0.6.2 to 0.8.0 Bumps [dev.openfeature:kotlin-sdk](https://github.com/open-feature/kotlin-sdk) from 0.6.2 to 0.8.0. - [Release notes](https://github.com/open-feature/kotlin-sdk/releases) - [Changelog](https://github.com/open-feature/kotlin-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-feature/kotlin-sdk/compare/v0.6.2...v0.8.0) --- updated-dependencies: - dependency-name: dev.openfeature:kotlin-sdk dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-client-sdk/build.gradle | 2 +- openfeature-example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android-client-sdk/build.gradle b/android-client-sdk/build.gradle index c2022be8..cbb70d64 100644 --- a/android-client-sdk/build.gradle +++ b/android-client-sdk/build.gradle @@ -143,7 +143,7 @@ dependencies { implementation("androidx.core:core-ktx:$androidx_version") // OpenFeature Kotlin SDK - implementation("dev.openfeature:kotlin-sdk:0.6.2") + implementation("dev.openfeature:kotlin-sdk:0.8.0") testImplementation("org.junit.jupiter:junit-jupiter-api:$junit_version") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit_version") diff --git a/openfeature-example/build.gradle b/openfeature-example/build.gradle index f0a02dfd..ec78a366 100644 --- a/openfeature-example/build.gradle +++ b/openfeature-example/build.gradle @@ -49,5 +49,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation(project(":android-client-sdk")) - implementation 'dev.openfeature:kotlin-sdk:0.6.2' + implementation 'dev.openfeature:kotlin-sdk:0.8.0' }