Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent a085a87 commit 7ca2ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-downloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

// Ktor
def ktor_version = '3.0.1'
def ktor_version = '3.0.3'
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-client-cio:$ktor_version"
}

0 comments on commit 7ca2ef8

Please sign in to comment.