Skip to content

Commit 8bcde84

Browse files
Bump the kotlin group with 5 updates (#583)
Bumps the kotlin group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | | [org.jetbrains.kotlinx:kotlinx-coroutines-debug](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | | [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | | [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` | Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.1 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.10.1...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.10.1 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.10.1...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-debug` from 1.10.1 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.10.1...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` from 1.10.1 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.10.1...1.10.2) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.10.1 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.10.1...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-debug dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch 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 0f83b62 commit 8bcde84

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
@@ -62,7 +62,7 @@ dependencies {
6262
}
6363
}
6464
implementation(libs.kotlinJdk8)
65-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
65+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
6666
implementation(libs.moshi)
6767
implementation(libs.okhttp)
6868
// 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.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",
26+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2",
27+
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2",
28+
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.2",
29+
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2",
30+
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2",
3131
"org.junit:junit-bom:5.12.0",
3232
"org.junit.jupiter:junit-jupiter-api:5.12.0",
3333
"org.opentest4j:opentest4j:1.3.0"

0 commit comments

Comments
 (0)