From e00c557a3c4f1fa93ec88eb474847fa2755cdd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:51:47 +0000 Subject: [PATCH] fix(deps): bump ktorVersion from 1.6.2 to 2.3.2 Bumps `ktorVersion` from 1.6.2 to 2.3.2. Updates `io.ktor:ktor-client-okhttp` from 1.6.2 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/1.6.2...2.3.2) Updates `io.ktor:ktor-client-mock` from 1.6.2 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/1.6.2...2.3.2) Updates `io.ktor:ktor-client-mock-jvm` from 1.6.2 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/1.6.2...2.3.2) --- 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 5efdaec..fbcc500 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile buildscript { ext.kotlinVersion = '1.9.0' ext.kotlinCoroutinesVersion = '1.7.2' - ext.ktorVersion = '1.6.8' + ext.ktorVersion = '2.3.2' ext.okhttpVersion = '4.11.0' }