From 3b2527cb8f62add9d9a59dabadaf058492fccce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:22:19 +0300 Subject: [PATCH] Bump ktor from 2.3.11 to 2.3.12 (#346) Bumps `ktor` from 2.3.11 to 2.3.12. Updates `io.ktor:ktor-client-core` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-cio` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-okhttp` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-android` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) --- 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-cio 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-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json 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> --- 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 703663cf8..e4ee5ec59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ junit = "4.13.2" lint-checks = "1.3.1" palantir-git = "3.1.0" flaker = "0.1.2" -ktor = "2.3.11" +ktor = "2.3.12" leakcanary = "3.0-alpha-8" robolectric = "4.12.2" mockito = "5.12.0"