From 6c8810c385ff11cac18566cf65c0c1e158c41369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:30:08 +0000 Subject: [PATCH] Bump ktorVersion from 2.3.6 to 2.3.8 Bumps `ktorVersion` from 2.3.6 to 2.3.8. Updates `io.ktor:ktor-client-core` from 2.3.6 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.8) Updates `io.ktor:ktor-client-cio` from 2.3.6 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.8) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.6 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.8) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.6 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.8) --- 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-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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index eb15dd6..ce3099c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ runtime { } } -val ktorVersion = "2.3.6" +val ktorVersion = "2.3.8" val cliktVersion = "3.5.4" dependencies {