Skip to content

Commit 064e34d

Browse files
Bump the kotlin group across 1 directory with 5 updates (#556)
Bumps the kotlin group with 4 updates in the / directory: [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines), [org.jetbrains.kotlinx:kotlinx-coroutines-debug](https://github.com/Kotlin/kotlinx.coroutines), [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) and [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines). Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-debug` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` 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 dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-debug dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 341e65b commit 064e34d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
}
6666
}
6767
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
68-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
68+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
6969
implementation("com.squareup.moshi:moshi:1.15.2")
7070
implementation("com.squareup.okhttp3:okhttp:4.12.0")
7171
// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.11.0")

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ val dependencyVersions = listOf(
2323
"org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0",
2424
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.0",
2525
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0",
26-
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0",
27-
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0",
28-
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.9.0",
29-
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0",
30-
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0",
26+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1",
27+
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1",
28+
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.1",
29+
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1",
30+
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1",
3131
"org.junit:junit-bom:5.11.4",
3232
"org.junit.jupiter:junit-jupiter-api:5.11.4",
3333
"org.opentest4j:opentest4j:1.3.0"

0 commit comments

Comments
 (0)