From 7de40c885a5ecd4cea2e4e07d1dc50092a8091c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:28:53 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.6.0 to 1.6.1 Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.6.1. - [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...1.6.1) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 444f0f9..256f36c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1") implementation("org.slf4j:slf4j-api:$slf4jVersion") implementation("org.slf4j:slf4j-nop:$slf4jVersion") implementation("io.vertx:vertx-core:$vertxVersion")