Skip to content

Commit 6e2ae21

Browse files
chore(deps): bump ktor_version from 3.3.0 to 3.3.2 in /android
Bumps `ktor_version` from 3.3.0 to 3.3.2. Updates `io.ktor:ktor-client-core` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.0...3.3.2) Updates `io.ktor:ktor-client-okhttp` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.0...3.3.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07c6efc commit 6e2ae21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dependencies {
138138
implementation project(":react-native-nitro-modules")
139139

140140
// Add a dependency on NitroFS
141-
var ktor_version = "3.3.0"
141+
var ktor_version = "3.3.2"
142142
implementation("io.ktor:ktor-client-core:$ktor_version")
143143
implementation("io.ktor:ktor-client-okhttp:$ktor_version")
144144
}

0 commit comments

Comments
 (0)