From 6559cca652c8aa4e5e558fbf246883c09e0f444b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 14:25:19 +0000 Subject: [PATCH] Bump ktorVersion from 3.2.0 to 3.2.1 Bumps `ktorVersion` from 3.2.0 to 3.2.1. Updates `io.ktor:ktor-client-core` from 3.2.0 to 3.2.1 - [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.0...3.2.1) Updates `io.ktor:ktor-client-cio` from 3.2.0 to 3.2.1 - [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.0...3.2.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.2.1 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 ce124cb..061d083 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ kotlin = "2.2.0" intelliJPlatform = "2.6.0" kover = "0.9.1" qodana = "2025.1.1" -ktorVersion = "3.2.0" +ktorVersion = "3.2.1" kotlinxSerialization = "1.9.0" freeMarker = "2.3.34" detekt = "1.23.8"