From 88e188c4e6c4fcab68a090d8d3c168ec2147c30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:43:50 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-okhttp from 3.4.1 to 3.4.2 Bumps [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) from 3.4.1 to 3.4.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-okhttp dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 870e643a5..89b62775e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ synctools = "a491849be0" uiTextGoogleFonts = "1.10.5" room = "2.8.4" volley = "1.2.1" -ktor = "3.4.1" +ktor = "3.4.2" # gplay and managed build variants android-billing = "8.3.0"