Skip to content

Commit 280615f

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4. - [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.6.3...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a13bf6 commit 280615f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
}
6565
}
6666
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10")
67-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3")
67+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
6868
implementation("com.squareup.moshi:moshi:1.13.0")
6969
implementation("com.squareup.okhttp3:okhttp:4.10.0")
7070
// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.9.3")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val dependencyVersions = listOf(
2121
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10",
2222
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10",
2323
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10",
24-
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3",
24+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4",
2525
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
2626
"org.junit:junit-bom:5.8.2",
2727
"org.junit.jupiter:junit-jupiter-api:5.8.2",

0 commit comments

Comments
 (0)