Skip to content

Commit b9e4039

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.10.2. - [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.7.3...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd2c330 commit b9e4039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ dependencies {
7676

7777
implementation("com.github.bumptech.glide:glide:4.16.0")
7878

79-
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
80-
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
81-
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
79+
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2")
80+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
81+
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
8282

8383
implementation("com.squareup.retrofit2:retrofit:2.9.0")
8484
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
@@ -116,7 +116,7 @@ dependencies {
116116
androidTestImplementation("androidx.test.ext:truth:1.5.0")
117117
androidTestImplementation("androidx.test:runner:1.4.0")
118118
androidTestImplementation("com.google.truth:truth:1.3.0")
119-
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
119+
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
120120

121121
androidTestUtil("androidx.test:orchestrator:1.4.1")
122122
}

0 commit comments

Comments
 (0)