Skip to content

Commit 4c4f378

Browse files
authored
Merge pull request #66 from patrickkabwe/dependabot/gradle/android/ktor_version-3.2.3
chore(deps): bump ktor_version from 3.2.2 to 3.2.3 in /android
2 parents bbce2a0 + 1797c38 commit 4c4f378

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.2.2"
141+
var ktor_version = "3.2.3"
142142
implementation("io.ktor:ktor-client-core:$ktor_version")
143143
implementation("io.ktor:ktor-client-okhttp:$ktor_version")
144144
}

0 commit comments

Comments
 (0)