From bf12c9c66259423998a51f242808c35a869bc24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:21:42 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-cio from 3.0.2 to 3.0.3 Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f280123e3..36d55adc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT") implementation("com.mojang:brigadier:1.0.18") - implementation("io.ktor:ktor-client-cio:3.0.2").deliver() + implementation("io.ktor:ktor-client-cio:3.0.3").deliver() implementation("io.ktor:ktor-client-core-jvm:3.0.3").deliver() implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.2").deliver() implementation("io.ktor:ktor-client-content-negotiation:3.0.3").deliver()