From 8ddf72b540f99f01a61dc07b5c07d45643e11b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 05:25:33 +0000 Subject: [PATCH] build(deps): bump ktorVersion from 3.0.3 to 3.1.2 in /app Bumps `ktorVersion` from 3.0.3 to 3.1.2. Updates `io.ktor:ktor-client-core` from 3.0.3 to 3.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/commits) Updates `io.ktor:ktor-client-websockets` from 3.0.3 to 3.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/commits) Updates `io.ktor:ktor-client-okhttp` from 3.0.3 to 3.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/commits) --- 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-websockets 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] --- 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 98c00c1..43e65d6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -205,7 +205,7 @@ dependencies { implementation("com.github.code-mc:material-icon-lib:1.1.5") - val ktorVersion = "3.0.3" + val ktorVersion = "3.1.2" implementation("io.ktor:ktor-client-core:$ktorVersion") implementation("io.ktor:ktor-client-websockets:$ktorVersion") implementation("io.ktor:ktor-client-okhttp:$ktorVersion")