From dea03108fcaaaaea5a7639ac449c0786ba91f271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:56:58 +0100 Subject: [PATCH] Bump io.ktor:ktor-client-cio from 2.3.7 to 2.3.8 (#53) Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 2.3.7 to 2.3.8. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 73b2cba..9340b99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("io.ktor:ktor-client-core:2.3.8") - implementation("io.ktor:ktor-client-cio:2.3.7") + implementation("io.ktor:ktor-client-cio:2.3.8") testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") testImplementation("io.mockk:mockk:1.13.9")