From 682676ffc153f5ee397d8ccf01b901f78b037913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:11:49 +0000 Subject: [PATCH] Bump ktor from 2.3.12 to 3.0.0 Bumps `ktor` from 2.3.12 to 3.0.0. Updates `io.ktor:ktor-network` from 2.3.12 to 3.0.0 - [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 2.3.12 to 3.0.0 - [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-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-network-tls dependency-type: direct:production update-type: version-update:semver-major ... 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 575c2b40f..28c044b64 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ annotation = "1.8.2" coroutines = "1.9.0" junit = "4.13.2" mockito = "5.4.0" -ktor = "2.3.12" +ktor = "3.0.0" uvcandroid = "1.0.7" [libraries]