From d768b8941bf3836da9059cb4864f58efd2796758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:22:40 +0000 Subject: [PATCH] Update kotlinx-coroutines monorepo to v1.10.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 8400e071..8a7058ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ okio = "3.11.0" moshi = "1.15.2" okhttp = "4.12.0" retrofit = "2.11.0" -kotlin-coroutines = "1.10.1" +kotlin-coroutines = "1.10.2" kotlin-binary-compatibility-validator = "0.17.0" slf4j = "2.0.17" guava = "33.4.7-jre"