From 1f66a4fcd5674beac50386c2dcbe96a9288fceec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:42:19 +0000 Subject: [PATCH] Bump ktor from 2.0.0 to 2.3.12 Bumps `ktor` from 2.0.0 to 2.3.12. Updates `io.ktor:ktor-client-cio` from 2.0.0 to 2.3.12 - [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.0.0...2.3.12) Updates `io.ktor:ktor-client-content-negotiation` from 2.0.0 to 2.3.12 - [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.0.0...2.3.12) Updates `io.ktor:ktor-client-core` from 2.0.0 to 2.3.12 - [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.0.0...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.0.0 to 2.3.12 - [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.0.0...2.3.12) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio 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-client-core 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 ... 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 8e2a2066..35051e84 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ coroutines = "1.8.0" korau = "2.2.0" kotlinx-collections-immutable = "0.3.5" kotlinx-serialization-json = "1.6.3" -ktor = "2.0.0" +ktor = "2.3.12" mockk = "1.13.7" moko-resources = "0.24.0-beta-1" moko-parcelize = "0.9.0"