From 76a57f9b8cb5754ed26d3b188d0c237a3859c33c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:57:55 +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 e6a2346c..2f2c32d4 100644 --- a/core-getter/rpc/build.gradle.kts +++ b/core-getter/rpc/build.gradle.kts @@ -20,5 +20,5 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-annotations:2.15.2") // Kotlin Coroutines - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") }