From 2d8f7f1640656b96bc05ffc1e6ab0547af5f6af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:35:07 +0000 Subject: [PATCH] Bump ktorVersion from 3.4.0 to 3.4.1 Bumps `ktorVersion` from 3.4.0 to 3.4.1. Updates `io.ktor:ktor-client-core` from 3.4.0 to 3.4.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/commits) Updates `io.ktor:ktor-client-cio` from 3.4.0 to 3.4.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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.4.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 63605e4..6b69a9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ changelog = "2.5.0" kotlin = "2.3.10" intelliJPlatform = "2.11.0" kover = "0.9.7" -ktorVersion = "3.4.0" +ktorVersion = "3.4.1" qodana = "2025.3.1" kotlinxSerialization = "1.10.0" freeMarker = "2.3.34"