fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.1.0 (#5588)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-08 10:20:00 +08:00
committed by GitHub
parent fc74691aa1
commit 53658cb24c

View File

@@ -427,7 +427,7 @@ dependencies {
def retrofitVersion = "3.0.0"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-kotlinx-serialization:$retrofitVersion"
implementation "com.squareup.okhttp3:okhttp:5.0.0"
implementation "com.squareup.okhttp3:okhttp:5.1.0"
def roomVersion = '2.7.2'
implementation "androidx.room:room-runtime:$roomVersion"