commit | 9e7be1d4f1fc0f44aeb5ff4be757ae9225ca3258 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu May 01 06:14:07 2025 +0000 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu May 01 22:27:58 2025 +0200 |
tree | 91a688ad0d7dce8ae589a0bf83ee97850d182644 | |
parent | 29d8773e7c1099133e88e0c37be7a5b228904be5 [diff] |
Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) 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](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.1...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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/lib/kotlin/build.gradle.kts b/lib/kotlin/build.gradle.kts index c96a661..cf2880b 100644 --- a/lib/kotlin/build.gradle.kts +++ b/lib/kotlin/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2") implementation("org.apache.thrift:libthrift:INCLUDED") testImplementation(kotlin("test")) }