From 9e117390166bbb032514851f9703ce4930583f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:56:12 +0300 Subject: [PATCH] Bump ktorVersion from 2.3.5 to 2.3.6 (#84) Bumps `ktorVersion` from 2.3.5 to 2.3.6. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.5...2.3.6) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.5...2.3.6) --- updated-dependencies: - 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> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d35b6f9..246714b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { } internal val coroutinesVersion = "1.7.3" -internal val ktorVersion = "2.3.5" +internal val ktorVersion = "2.3.6" internal val saveVersion = "0.3.3" internal val junitVersion = "5.10.1" internal val assertjVersion = "3.24.2"