commit | bf570821c497678234ea631addca88784c15c8ef | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Oct 01 03:44:07 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Oct 01 03:44:07 2024 -0400 |
tree | b6fb023c9dd6bd1604940a3b1ee4ff4235e8c3af | |
parent | b0a6ec7ede854df5b414784264feb5598f52baca [diff] |
Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#3046) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [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.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/lib/kotlin/build.gradle.kts b/lib/kotlin/build.gradle.kts index 3f8b653..df4a2c1 100644 --- a/lib/kotlin/build.gradle.kts +++ b/lib/kotlin/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0") implementation("org.apache.thrift:libthrift:INCLUDED") testImplementation(kotlin("test")) }