From 290a98a0b4d04fd5d9c56ed0fea92b6295d968db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:22:47 +0000 Subject: [PATCH] Bump ktor from 3.5.0 to 3.5.1 Bumps `ktor` from 3.5.0 to 3.5.1. Updates `io.ktor:ktor-network` 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) Updates `io.ktor:ktor-network-tls` 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-network dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-network-tls 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 5d346f6a1..bcf4bd5cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ dokka = "2.2.0" appcompat = "1.6.1" #noinspection GradleDependency, version 2.2.0 need min sdk 21 constraintlayout = "2.1.4" -ktor = "3.5.0" +ktor = "3.5.1" #noinspection GradleDependency, version 1.6.0 need min sdk 23 camerax = "1.5.3" multidex = "2.0.1"