From 876c3ef27c6235e6d4c6e7d3ecf24f4960743e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:56:04 +0000 Subject: [PATCH] Bump ktorVersion from 2.0.3 to 2.3.12 Bumps `ktorVersion` from 2.0.3 to 2.3.12. Updates `io.ktor:ktor-client-cio` from 2.0.3 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.0.3...2.3.12) Updates `io.ktor:ktor-client-serialization-jvm` from 2.0.3 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.0.3...2.3.12) Updates `io.ktor:ktor-client-logging` from 2.0.3 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.0.3...2.3.12) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-serialization-jvm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 07530f6..bed3303 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } val composeVersion = "1.1.1" -val ktorVersion = "2.0.3" +val ktorVersion = "2.3.12" val kotlinVersion: String by rootProject.extra val hiltVersion: String by rootProject.extra