From 844c268d5885599e77deeb5ea4412b191e455195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:56:37 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-android from 3.1.3 to 3.2.1 Bumps [io.ktor:ktor-client-android](https://github.com/ktorio/ktor) from 3.1.3 to 3.2.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/compare/3.1.3...3.2.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-android dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- model-zoo/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model-zoo/build.gradle.kts b/model-zoo/build.gradle.kts index 5c6066c2..d0e0cd31 100644 --- a/model-zoo/build.gradle.kts +++ b/model-zoo/build.gradle.kts @@ -67,19 +67,19 @@ kotlin { val androidMain by getting { dependencies { - implementation("io.ktor:ktor-client-android:3.1.3") + implementation("io.ktor:ktor-client-android:3.2.1") } } val wasmJsMain by getting { dependencies { - implementation("io.ktor:ktor-client-js:3.1.3") + implementation("io.ktor:ktor-client-js:3.2.1") } } val iosMain by creating { dependencies { - implementation("io.ktor:ktor-client-darwin:3.1.3") + implementation("io.ktor:ktor-client-darwin:3.2.1") } } }