From b5c3189d1447080b9fd22dbb7a7dbcffecbc67eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:39:15 +0000 Subject: [PATCH] Bump ktor from 3.2.1 to 3.2.2 Bumps `ktor` from 3.2.1 to 3.2.2. Updates `io.ktor:ktor-serialization-kotlinx-cbor` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-client-core` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-client-websockets` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-client-cio` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-server-core` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-server-websockets` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-server-cio` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-server-cors` from 3.2.1 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.2.1...3.2.2) Updates `io.ktor:ktor-server-call-logging` from 3.2.1 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.2.1...3.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-cbor dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-websockets dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-core dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-websockets dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cors dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-call-logging dependency-version: 3.2.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 2c045127..ac50ceb6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlinx-kover = "0.9.1" kotlinx-io = "0.8.0" kotlinx-serialization = "1.8.1" kotlinx-coroutines = "1.10.2" -ktor = "3.2.1" +ktor = "3.2.2" # android android = "8.11.0"