From 653247197e543bbea5baf93c088a04108c94f9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:48:33 +0000 Subject: [PATCH] chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-test Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test 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 7ee0677ddba..9ddd40e7216 100644 --- a/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts +++ b/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { api("com.google.code.gson:gson:2.11.0") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("org.skyscreamer:jsonassert:1.5.3") }