From 91e9a9ea8f4b0cad58175d76b14d142dc2bb6ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:47:40 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-encoding from 2.2.4 to 2.3.9 Bumps [io.ktor:ktor-client-encoding](https://github.com/ktorio/ktor) from 2.2.4 to 2.3.9. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.2.4...2.3.9) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-encoding dependency-type: direct:production update-type: version-update:semver-minor ... 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 c5db4f4..5feb0ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ allprojects { } dependencies { - implementation("io.ktor:ktor-client-encoding:2.2.4") + implementation("io.ktor:ktor-client-encoding:2.3.9") detektPlugins(libs.detekt) detektPlugins(libs.detekt.libraries)