From 11282de7c96a68f60962722f3f29358fd7ad3dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 04:01:11 +0000 Subject: [PATCH] fix(deps): Bump ktorVersion from 2.2.4 to 2.3.0 Bumps `ktorVersion` from 2.2.4 to 2.3.0. Updates `io.ktor:ktor-client-okhttp` from 2.2.4 to 2.3.0 - [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.2.4...2.3.0) Updates `io.ktor:ktor-client-mock` from 2.2.4 to 2.3.0 - [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.2.4...2.3.0) Updates `io.ktor:ktor-client-mock-jvm` from 2.2.4 to 2.3.0 - [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.2.4...2.3.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-mock-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 07c9a56..95c7a32 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile buildscript{ ext { kotlinCoroutinesVersion = '1.6.4' - ktorVersion = '2.2.4' + ktorVersion = '2.3.0' junit5Version = '5.9.2' okhttpVersion = '4.10.0' }