From a31dad6b91103bcd44459e1622c916f716d5cd48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:49:34 +0000 Subject: fix(deps): update ktor monorepo to v3.4.0 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- engine/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 49e0294..417423d 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - implementation("io.ktor:ktor-client-core:3.3.3") - implementation("io.ktor:ktor-client-cio:3.3.3") + implementation("io.ktor:ktor-client-core:3.4.0") + implementation("io.ktor:ktor-client-cio:3.4.0") compileOnly("net.kyori:adventure-api:4.26.1") } -- cgit v1.2.1