From b97f686005d63bc1325e7e1cfa617d826bd9eb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:19:45 +0000 Subject: [PATCH] Bump ktor from 3.2.0 to 3.3.0 Bumps `ktor` from 3.2.0 to 3.3.0. Updates `io.ktor:ktor-client-cio` from 3.2.0 to 3.3.0 - [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.2.0...3.3.0) Updates `io.ktor:ktor-client-logging` from 3.2.0 to 3.3.0 - [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.2.0...3.3.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-logging dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 07bae87..5a208f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlinx-coroutines = "1.10.2" kotlinx-datetime = "0.6.2" kotlinx-serialization = "1.8.1" ktlint-gradle = "12.1.2" -ktor = "3.2.0" +ktor = "3.3.0" androidx-test-runner = "1.6.2" [libraries]