From 711caff07f304c9e91d4a6f2888efe6dccc3a248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:22:37 +0000 Subject: [PATCH] fix(deps): bump ktorVersion from 1.6.8 to 2.3.4 Bumps `ktorVersion` from 1.6.8 to 2.3.4. Updates `io.ktor:ktor-client-okhttp` from 1.6.8 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/1.6.8...2.3.4) Updates `io.ktor:ktor-client-mock` from 1.6.8 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/1.6.8...2.3.4) Updates `io.ktor:ktor-client-mock-jvm` from 1.6.8 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/1.6.8...2.3.4) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-mock-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc5593a..5016fae 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile buildscript { ext.kotlinVersion = '1.9.10' ext.kotlinCoroutinesVersion = '1.7.3' - ext.ktorVersion = '1.6.8' + ext.ktorVersion = '2.3.4' ext.okhttpVersion = '4.11.0' }