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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-09 08:50:23 +03:00 committed by GitHub
parent bbb1028bec
commit a9a330aff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ plugins {
buildscript {
dependencies {
classpath("com.squareup.okhttp3:okhttp:4.12.0")
classpath("com.squareup.okhttp3:okhttp:5.1.0")
}
}