From d03e865288c86281ff4bdfea037da5b89a38e4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:37:57 +0000 Subject: [PATCH] chore(deps): bump ktorVersion from 2.1.2 to 2.3.10 Bumps `ktorVersion` from 2.1.2 to 2.3.10. Updates `io.ktor:ktor-client-core` from 2.1.2 to 2.3.10 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.1.2...2.3.10) Updates `io.ktor:ktor-client-content-negotiation` from 2.1.2 to 2.3.10 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.1.2...2.3.10) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.1.2 to 2.3.10 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.1.2...2.3.10) Updates `io.ktor:ktor-client-okhttp` from 2.1.2 to 2.3.10 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.1.2...2.3.10) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ec886ce..aad5334 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ version = "2.2.0" val artifact = "rm-kotlin-sdk" val pkgUrl = "https://github.com/RevenueMonster/rm-kotlin-sdk" val gitUrl = "github.com:RevenueMonster/rm-kotlin-sdk.git" -val ktorVersion = "2.1.2" +val ktorVersion = "2.3.10" repositories { google()