From 703ff1728e029a55116b7301d03f25413e80575d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:41:40 +0000 Subject: [PATCH] chore(deps): bump ktor from 3.5.0 to 3.5.1 Bumps `ktor` from 3.5.0 to 3.5.1. Updates `io.ktor:ktor-client-cio` from 3.5.0 to 3.5.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.5.0...3.5.1) Updates `io.ktor:ktor-client-darwin` from 3.5.0 to 3.5.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.5.0...3.5.1) Updates `io.ktor:ktor-client-okhttp` from 3.5.0 to 3.5.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.5.0...3.5.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-darwin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.5.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 837adf1..274a5f3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ kermit = "2.1.0" koin = "4.2.2" koin-compiler = "1.0.0" kotest = "6.2.1" -ktor = "3.5.0" +ktor = "3.5.1" kotlin = "2.3.21" kotlinx-coroutines = "1.11.0" kotlinx-serialization = "1.11.0"