From d4d1e778b75718c5f16293965255a58094208b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 00:32:36 +0000 Subject: [PATCH] Bump ktor from 3.5.1 to 3.5.2 Bumps `ktor` from 3.5.1 to 3.5.2. Updates `io.ktor:ktor-client-okhttp` from 3.5.1 to 3.5.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) Updates `io.ktor:ktor-client-js` from 3.5.1 to 3.5.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-okhttp dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-js dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a9c306b..f49827f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidx-compose-runtime = "1.11.4" coroutines = "1.11.0" agp = "9.3.1" maven-publish = "0.37.0" -ktor = "3.5.1" +ktor = "3.5.2" androidx-core-ktx = "1.19.0" androidx-lifecycle = "2.11.0" androidx-activity = "1.13.0"