From 2a1a6b0c6a680b91edbce3529ec1209116d956fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:38:54 +0000 Subject: [PATCH] Bump io.ktor:ktor-http from 3.5.0 to 3.5.1 Bumps [io.ktor:ktor-http](https://github.com/ktorio/ktor) 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-http 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 e388954512d..dde3b050547 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ kotlinxDatetime = "0.8.0" kotlinxIOCore = "0.9.1" kotlinxSerializationJson = "1.11.0" ksoup = "0.2.6" -ktor = "3.5.0" +ktor = "3.5.1" lifecycleKtx = "2.10.0" material = "1.14.0" media3 = "1.9.3"