From 4d193a9153270e1e23d734ced4c7d0fafc45f5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:33:07 +0000 Subject: [PATCH] chore(deps): bump ktor_version from 3.3.2 to 3.3.3 in /android Bumps `ktor_version` from 3.3.2 to 3.3.3. Updates `io.ktor:ktor-client-core` from 3.3.2 to 3.3.3 - [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.3.2 to 3.3.3 - [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-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ca19027..1a3158e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -138,7 +138,7 @@ dependencies { implementation project(":react-native-nitro-modules") // Add a dependency on NitroFS - var ktor_version = "3.3.2" + var ktor_version = "3.3.3" implementation("io.ktor:ktor-client-core:$ktor_version") implementation("io.ktor:ktor-client-okhttp:$ktor_version") }