From 8d3b9f094d37be84a25ccb60f8794303d437aeee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:05:07 +0000 Subject: [PATCH] deps(kotlin): bump the ktor group in /kotlin with 5 updates Bumps the ktor group in /kotlin with 5 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` | | [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` | | [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` | Updates `io.ktor:ktor-client-core` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-client-cio` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-client-mock` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-client-cio` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-client-mock` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.2 to 3.4.3 - [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.4.2...3.4.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-mock dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-mock dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor ... Signed-off-by: dependabot[bot] --- kotlin/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/gradle/libs.versions.toml b/kotlin/gradle/libs.versions.toml index 416da17f..2e7c8718 100644 --- a/kotlin/gradle/libs.versions.toml +++ b/kotlin/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.3.20" -ktor = "3.4.2" +ktor = "3.4.3" kotlinx-serialization = "1.11.0" kotlinx-coroutines = "1.10.2"