From 7dd6c67e2f299ab8d12d79da4ae96586afac398f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:45:42 +0000 Subject: [PATCH] Bump ktorVersion from 2.1.0 to 2.1.2 Bumps `ktorVersion` from 2.1.0 to 2.1.2. Updates `ktor-client-json` from 2.1.0 to 2.1.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/2.1.0...2.1.2) Updates `ktor-client-core-jvm` from 2.1.0 to 2.1.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/2.1.0...2.1.2) Updates `ktor-client-content-negotiation` from 2.1.0 to 2.1.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/2.1.0...2.1.2) Updates `ktor-serialization-kotlinx-json` from 2.1.0 to 2.1.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/2.1.0...2.1.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core-jvm 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] --- adapter-sdk-kotlin-ktor2-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter-sdk-kotlin-ktor2-client/build.gradle.kts b/adapter-sdk-kotlin-ktor2-client/build.gradle.kts index 2a1faed..b437c2e 100644 --- a/adapter-sdk-kotlin-ktor2-client/build.gradle.kts +++ b/adapter-sdk-kotlin-ktor2-client/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } description = "Ktor client for fetching public keys" -val ktorVersion = "2.1.0" +val ktorVersion = "2.1.2" dependencies {