From 91ef5508f3f39ca93d7ab5462ffc926ba74e0557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:08:36 +0100 Subject: [PATCH] Bump ktor_version from 2.3.4 to 2.3.6 (#36) Bumps `ktor_version` from 2.3.4 to 2.3.6. Updates `io.ktor:ktor-client-core` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.6) Updates `io.ktor:ktor-client-android` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.6) Updates `io.ktor:ktor-client-serialization` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.6) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 15085e2..43ed9cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation "androidx.camera:camera-lifecycle:$camerax_version" implementation "androidx.camera:camera-view:$camerax_version" - def ktor_version = "2.3.4" + def ktor_version = "2.3.6" implementation "io.ktor:ktor-client-core:$ktor_version" implementation "io.ktor:ktor-client-android:$ktor_version" implementation "io.ktor:ktor-client-serialization:$ktor_version"