From 4418b6b1705d6b5635fe7943a4cd5c3b395c5172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:09:48 +0000 Subject: [PATCH] chore(deps): bump ktor from 3.3.0 to 3.3.3 Bumps `ktor` from 3.3.0 to 3.3.3. Updates `io.ktor:ktor-client-core` from 3.3.0 to 3.3.3 - [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.3.0...3.3.3) Updates `io.ktor:ktor-client-okhttp` from 3.3.0 to 3.3.3 - [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.3.0...3.3.3) Updates `io.ktor:ktor-client-encoding` from 3.3.0 to 3.3.3 - [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.3.0...3.3.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.3.0 to 3.3.3 - [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.3.0...3.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json-jvm` from 3.3.0 to 3.3.3 - [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.3.0...3.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-encoding dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm dependency-version: 3.3.3 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 660e665030..d31ee74c59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ kotlin = "2.2.20" ksp = "2.2.20-2.0.3" kotlinxCoroutinesAndroid = "1.10.2" kotlinxSerializationJson = "1.9.0" -ktor = "3.3.0" +ktor = "3.3.3" languageId = "17.0.6" osmdroidAndroid = "6.1.20" playServicesLocation = "21.3.0"