From 771343d9e3e865391198de11d0f4792e1effa6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 04:16:04 +0000 Subject: [PATCH] Bump ktor from 2.1.1 to 2.3.2 Bumps `ktor` from 2.1.1 to 2.3.2. Updates `io.ktor:ktor-client-core` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-client-cio` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-client-auth` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-client-serialization` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-client-content-negotiation` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-client-logging-jvm` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) Updates `io.ktor:ktor-client-mock-jvm` from 2.1.1 to 2.3.2 - [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/2.1.1...2.3.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-auth dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-logging-jvm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-mock-jvm dependency-type: direct:production update-type: version-update:semver-minor ... 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 739a00d6..878710a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -71,7 +71,7 @@ koin = "3.1.6" androidx-exifinterface = "1.3.3" logcat = "0.1" androidx-security-crypto = "1.1.0-alpha03" -ktor = "2.1.1" +ktor = "2.3.2" junit-junit = "4.13.2" androidx-arch-core = "2.1.0" truth = "1.1.3"