From 57a758feabec1f24c1cd836a1ea6efd15d694681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:37:48 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-okhttp from 3.4.3 to 3.5.0 Bumps [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) from 3.4.3 to 3.5.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/3.4.3...3.5.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 565e6fcfd..1f9bb1d79 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ synctools = "b5d43f5712" uiTextGoogleFonts = "1.11.1" room = "2.8.4" volley = "1.2.1" -ktor = "3.4.3" +ktor = "3.5.0" # gplay and managed build variants android-billing = "8.3.0"