From 7d7f9c9a5eeb1b81f49742357aab67d7ee77caf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 09:15:48 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-core-jvm from 3.1.0 to 3.1.1 Bumps [io.ktor:ktor-client-core-jvm](https://github.com/ktorio/ktor) from 3.1.0 to 3.1.1. - [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-core-jvm 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 99b24f939..04a964876 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("com.mojang:brigadier:1.0.18") implementation("io.ktor:ktor-client-cio:3.1.0").deliver() - implementation("io.ktor:ktor-client-core-jvm:3.1.0").deliver() + implementation("io.ktor:ktor-client-core-jvm:3.1.1").deliver() implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.1").deliver() implementation("io.ktor:ktor-client-content-negotiation:3.1.0").deliver()