From 021dcef9d4870295f4e1bf31c2b7e09e12f9e45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:00:09 +0000 Subject: [PATCH] chore: bump dev.openfeature:sdk (#2809) Bumps [dev.openfeature:sdk](https://github.com/open-feature/java-sdk) from 1.12.2 to 1.13.0. - [Release notes](https://github.com/open-feature/java-sdk/releases) - [Changelog](https://github.com/open-feature/java-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-feature/java-sdk/compare/v1.12.2...v1.13.0) --- updated-dependencies: - dependency-name: dev.openfeature:sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts b/examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts index 43f19568868..5ef598ff4a8 100644 --- a/examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts +++ b/examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { testImplementation(kotlin("test")) implementation("dev.openfeature.contrib.providers:go-feature-flag:0.4.0") - implementation("dev.openfeature:sdk:1.12.2") + implementation("dev.openfeature:sdk:1.13.0") } tasks.test {