From 0045c254d4e72013bc74fde60991943a93056b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:49:12 +0000 Subject: [PATCH] chore(deps): bump ktor from 3.3.0 to 3.3.2 Bumps `ktor` from 3.3.0 to 3.3.2. Updates `io.ktor:ktor-client-core` from 3.3.0 to 3.3.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.3.0...3.3.2) Updates `io.ktor:ktor-client-cio` from 3.3.0 to 3.3.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.3.0...3.3.2) Updates `io.ktor:ktor-http` from 3.3.0 to 3.3.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.3.0...3.3.2) Updates `io.ktor:ktor-network` from 3.3.0 to 3.3.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.3.0...3.3.2) Updates `io.ktor:ktor-network-tls` from 3.3.0 to 3.3.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.3.0...3.3.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-http dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-network dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-network-tls dependency-version: 3.3.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 6645470..c975187 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlinxDatetime = "0.7.1" kotlinxKover = "0.9.2" kotlinxIo = "0.8.0" kotlinxSerialization = "1.9.0" -ktor = "3.3.0" +ktor = "3.3.2" detekt = "1.23.8" publish = "2.0.0"