From 0e97815b259d8515338a206cc3b34bd016ac60f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:25:32 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2a02133..63bdd50 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation("plus.sourceplus:protocol:$projectVersion") graphqlLibs("plus.sourceplus:protocol:$projectVersion") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2") implementation("org.slf4j:slf4j-api:$slf4jVersion") implementation("org.slf4j:slf4j-nop:$slf4jVersion") implementation("io.vertx:vertx-core:$vertxVersion")