From 66dd13be2e8382da77cb0303fe308acba6d4a49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:55:45 +0000 Subject: [PATCH] Bump ktor from 2.3.2 to 2.3.4 Bumps `ktor` from 2.3.2 to 2.3.4. Updates `io.ktor:ktor-client-core` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.4) Updates `io.ktor:ktor-client-okhttp` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.4) Updates `io.ktor:ktor-client-darwin` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.4) Updates `io.ktor:ktor-client-logging` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.4) --- 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-okhttp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-darwin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-logging 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 d864fb52..e3e1013a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ kotlin_coroutines_test = '1.7.2' kotlin_coroutines = '1.7.3' kotlin_datetime = '0.4.0' kotlinx_serialization = "1.5.1" -ktor = "2.3.2" +ktor = "2.3.4" lifecycle = "2.6.2" material = "1.9.0" mockk = "1.13.5"