From d536d2612feaaff42ac526d69176896041640d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:31:17 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.6.0-RC to 1.6.2 (#808) Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0-RC to 1.6.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.6.0-RC...1.6.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Banse --- cpg-console/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpg-console/build.gradle.kts b/cpg-console/build.gradle.kts index a55245d8c3..deffe29c59 100644 --- a/cpg-console/build.gradle.kts +++ b/cpg-console/build.gradle.kts @@ -84,7 +84,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-script-runtime") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2") implementation("org.jline:jline:3.21.0") implementation("org.jetbrains.kotlinx:ki-shell:0.4.5")