From c44612135771a848b7321e70a7a9953c587bfb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:35:41 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-js from 3.1.3 to 3.2.2 Bumps [io.ktor:ktor-client-js](https://github.com/ktorio/ktor) from 3.1.3 to 3.2.2. - [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-js dependency-version: 3.2.2 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..761fd4c4 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.2") } } val wasmJsMain by getting { dependencies { - implementation("io.ktor:ktor-client-js:3.1.3") + implementation("io.ktor:ktor-client-js:3.2.2") } } val iosMain by creating { dependencies { - implementation("io.ktor:ktor-client-darwin:3.1.3") + implementation("io.ktor:ktor-client-darwin:3.2.2") } } }