From fd77735d1097dc7df55a2c940569873679dc4cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:48:51 +0300 Subject: [PATCH] Bump the ktor group with 6 updates (#2554) Bumps the ktor group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `2.3.3` | `2.3.4` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.3` | `2.3.4` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.3` | `2.3.4` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.3` | `2.3.4` | | [io.ktor:ktor-client-serialization](https://github.com/ktorio/ktor) | `2.3.3` | `2.3.4` | | [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `2.3.3` | `2.3.4` | Updates `io.ktor:ktor-client-okhttp` from 2.3.3 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.3...2.3.4) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.3 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.3...2.3.4) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.3 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.3...2.3.4) Updates `io.ktor:ktor-client-core` from 2.3.3 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.3...2.3.4) Updates `io.ktor:ktor-client-serialization` from 2.3.3 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.3...2.3.4) Updates `io.ktor:ktor-client-logging` from 2.3.3 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.3...2.3.4) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ktor ... 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 e570ad0629..5c7390b272 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.9.0" kotlin-coroutines = "1.7.3" -ktor = "2.3.3" +ktor = "2.3.4" arrow = "1.2.0" kotest = "5.6.2" compose = "1.5.0"