summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-05-14 10:15:00 +0000
committerGitHub <noreply@github.com>2026-05-14 10:15:00 +0000
commitb1472536bd0528c6ddb060c1cdac3b2f68abcec9 (patch)
treedf601faffeb8cf9446847409556585ddec9fb8a6
parenteff59f63e7eaa922a8ad60e2a3fc93c959db4964 (diff)
downloadLunaticChat-b1472536bd0528c6ddb060c1cdac3b2f68abcec9.tar.gz
LunaticChat-b1472536bd0528c6ddb060c1cdac3b2f68abcec9.tar.bz2
LunaticChat-b1472536bd0528c6ddb060c1cdac3b2f68abcec9.zip
fix(deps): update ktor monorepo to v3.5.0 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--engine/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts
index a08fde5..3608282 100644
--- a/engine/build.gradle.kts
+++ b/engine/build.gradle.kts
@@ -7,8 +7,8 @@ dependencies {
// Core dependencies (exposed to platform modules via api())
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")
- api("io.ktor:ktor-client-core:3.4.3")
- api("io.ktor:ktor-client-cio:3.4.3")
+ api("io.ktor:ktor-client-core:3.5.0")
+ api("io.ktor:ktor-client-cio:3.5.0")
// Adventure API (provided by platform implementations)
compileOnly("net.kyori:adventure-api:4.26.1")