From 1526291ae5a8a83b5f978334ffc00c84328f6454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:38:42 +0000 Subject: [PATCH] build(deps): bump ktorVersion from 3.0.3 to 3.2.2 Bumps `ktorVersion` from 3.0.3 to 3.2.2. Updates `io.ktor:ktor-client-content-negotiation` from 3.0.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/compare/3.0.3...3.2.2) Updates `io.ktor:ktor-client-core` from 3.0.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/compare/3.0.3...3.2.2) Updates `io.ktor:ktor-client-logging` from 3.0.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/compare/3.0.3...3.2.2) Updates `io.ktor:ktor-client-mock` from 3.0.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/compare/3.0.3...3.2.2) Updates `io.ktor:ktor-client-okhttp` from 3.0.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/compare/3.0.3...3.2.2) Updates `io.ktor:ktor-client-websockets` from 3.0.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/compare/3.0.3...3.2.2) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.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/compare/3.0.3...3.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-core dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-logging dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-mock dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-websockets dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.2.2 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 03725a05989..1515475c1f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ jsonassert = "1.5.0" kotest = "5.9.0" # Do not use 5.9.1 because it reverts the fix for https://github.com/kotest/kotest/issues/3981 kotestAssertionsCore = "5.8.1" kotlin = "2.0.21" -ktorVersion = "3.0.3" +ktorVersion = "3.2.2" legacySupportV4 = "1.0.0" lifecycleProcess = "2.3.1" material = "1.12.0"