From 30bd64d262aae13098dca93c34962aa68d820397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:38:31 +0000 Subject: [PATCH] Bump ktor from 2.3.1 to 2.3.2 Bumps `ktor` from 2.3.1 to 2.3.2. Updates `io.ktor:ktor-client-core` from 2.3.1 to 2.3.2 - [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.3.1...2.3.2) Updates `io.ktor:ktor-client-js` from 2.3.1 to 2.3.2 - [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.3.1...2.3.2) Updates `io.ktor:ktor-client-cio` from 2.3.1 to 2.3.2 - [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.3.1...2.3.2) Updates `io.ktor:ktor-client-winhttp` from 2.3.1 to 2.3.2 - [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.3.1...2.3.2) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.1 to 2.3.2 - [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.3.1...2.3.2) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.1 to 2.3.2 - [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.3.1...2.3.2) --- 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-js 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-winhttp 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] --- 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 054923742..2538b4ff9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ arrowGradle = "0.12.0-rc.3" kotlin = "1.8.22" openai = "0.14.0" kotlinx-json = "1.5.1" -ktor = "2.3.1" +ktor = "2.3.2" spotless = "6.19.0" okio = "3.3.0" kotest = "5.6.2"