From cd514b5b9948bf9f26aa0b7da088b4baa44b802b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:19:37 +0000 Subject: [PATCH] Bump the ktor group with 6 updates 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] --- 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 5d229a0262..2271536fff 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"