Upgrade to Okhttp 5.1.0

Closes gh-46445
This commit is contained in:
Stéphane Nicoll 2025-07-16 14:09:13 +02:00
parent 2cc3580bf6
commit c8d700c5a7
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ bom {
]
}
}
library("OkHttp", "4.12.0") {
library("OkHttp", "5.1.0") {
group("com.squareup.okhttp3") {
modules = [
"mockwebserver"