From 20a54c8edd31d087ff4e5c0ae252818cce3f541b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:19:41 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 013d9125..9d6ae9a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlinCompileTesting = "1.5.0" # https://github.com/tschuchortdev/kotl kotlinx-serialization = "1.5.1" # https://github.com/Kotlin/kotlinx.serialization/releases/ kotlinx-knit = "0.4.0" # https://github.com/Kotlin/kotlinx-knit/releases -kotlinx-coroutines = "1.7.1" # https://github.com/Kotlin/kotlinx.coroutines/releases +kotlinx-coroutines = "1.7.2" # https://github.com/Kotlin/kotlinx.coroutines/releases kotlinx-kover = "0.6.1" # https://github.com/Kotlin/kotlinx-kover/releases okio = "3.3.0" # https://search.maven.org/artifact/com.squareup.okio/okio