Skip to content

Commit aaa5e06

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-core
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d94c06 commit aaa5e06

File tree

1 file changed

+1
-1
lines changed
  • openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider

1 file changed

+1
-1
lines changed

openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
api("dev.openfeature:android-sdk:0.3.2")
9797
api("com.squareup.okhttp3:okhttp:4.12.0")
9898
api("com.google.code.gson:gson:2.11.0")
99-
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
99+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
100100
testImplementation("junit:junit:4.13.2")
101101
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
102102
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")

0 commit comments

Comments
 (0)