From d1abc0c9f955150cba67a62ee05ff7663effcf4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:35:45 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-cio from 2.3.10 to 3.0.0 Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 2.3.10 to 3.0.0. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.10...3.0.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- build.gradle.kts | 2 +- scripts/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 508b5875e..aaf94a94d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ buildscript { classpath("org.kohsuke:github-api:1.305") classpath("io.ktor:ktor-client-core:2.3.12") - classpath("io.ktor:ktor-client-cio:2.3.10") + classpath("io.ktor:ktor-client-cio:3.0.0") classpath("io.ktor:ktor-client-auth:2.3.12") classpath("io.ktor:ktor-client-content-negotiation:2.3.10") classpath("io.ktor:ktor-serialization-kotlinx-json:2.3.12") diff --git a/scripts/build.gradle.kts b/scripts/build.gradle.kts index b5a5992fe..63357f949 100644 --- a/scripts/build.gradle.kts +++ b/scripts/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.25") implementation("io.ktor:ktor-client-core:2.3.12") - implementation("io.ktor:ktor-client-cio:2.3.10") + implementation("io.ktor:ktor-client-cio:3.0.0") implementation("io.ktor:ktor-client-content-negotiation:2.3.10") implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.12") implementation("io.ktor:ktor-client-auth:2.3.12")