From 58bf5f12dadec3655564da990dbb8022f88cb513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:41:24 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core-getter/rpc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-getter/rpc/build.gradle.kts b/core-getter/rpc/build.gradle.kts index bb3e26ea..d84cf81d 100644 --- a/core-getter/rpc/build.gradle.kts +++ b/core-getter/rpc/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("com.google.code.gson:gson:2.10.1") // Kotlin Coroutines - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") // Ktor WebSocket client for JSON-RPC val ktorVersion = "3.3.3"