commit | 055ceecebf23d910f69e9555a46a8a8c457d1b12 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Aug 01 22:39:55 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Aug 01 22:39:55 2023 -0400 |
tree | 5cb6f7b75c6e10a2904871a33c8687c5c4f782aa | |
parent | cc4d99d93da50475c21096ade8646d9fd02388c8 [diff] |
Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#2834) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3. - [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.7.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fde32de..5c9929b 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.7.2") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3") implementation("org.apache.thrift:libthrift:INCLUDED") testImplementation(kotlin("test")) }