Skip to content

Commit 0f5ecb9

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 (#219)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.1 to 1.7.3. - [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.1...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b765fe commit 0f5ecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676

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

79-
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1")
79+
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
8080
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
8181
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")
8282

0 commit comments

Comments
 (0)