From 246f9557def1e5e42121d9bc4a87a1a5809149f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:43:48 +0000 Subject: [PATCH] Bump ktor from 3.2.1 to 3.2.3 Bumps `ktor` from 3.2.1 to 3.2.3. Updates `io.ktor:ktor-network` from 3.2.1 to 3.2.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.2.1...3.2.3) Updates `io.ktor:ktor-network-tls` from 3.2.1 to 3.2.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.2.1...3.2.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-network dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-network-tls dependency-version: 3.2.3 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 6d7a1f94f..e1b7d9fe0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ appcompat = "1.6.1" #noinspection GradleDependency, version 2.2.0 need min sdk 21 constraintlayout = "2.1.4" #noinspection GradleDependency, version 3.x.x is really bugged using TLS -ktor = "3.2.1" +ktor = "3.2.3" camerax = "1.4.2" multidex = "2.0.1" annotation = "1.9.1"