From 51a10a5c0552aab4815cfb35608870c3750c95b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:24:43 +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/commits) --- 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 99f1aca8046..97456ac4f54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ kotlinxCoroutinesCore = "1.11.0" kotlinxDatetime = "0.8.0" 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"