From d217045297cd2887a576694c4366b3afc0573e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:01:21 +0000 Subject: [PATCH] Bump ktor from 3.1.2 to 3.2.0 Bumps `ktor` from 3.1.2 to 3.2.0. Updates `io.ktor:ktor-serialization-kotlinx-cbor` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-client-core` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-client-websockets` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-client-cio` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-server-core` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-server-websockets` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-server-cio` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-server-cors` from 3.1.2 to 3.2.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.1.2...3.2.0) Updates `io.ktor:ktor-server-call-logging` from 3.1.2 to 3.2.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.1.2...3.2.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-cbor dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-core dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-websockets dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-core dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-websockets dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-cio dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-cors dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-call-logging dependency-version: 3.2.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 996ce7c6..84c4c862 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.1.2" +ktor = "3.2.0" # android android = "8.11.0"