mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
Update OkHttp to v5.1.0 (#5524)
This commit is contained in:
@@ -46,7 +46,7 @@ kotlinxSerialization = "1.9.0"
|
||||
kotlinxKover = "0.9.1"
|
||||
ksp = "2.2.0-2.0.2"
|
||||
mockk = "1.14.4"
|
||||
okhttp = "4.12.0"
|
||||
okhttp = "5.1.0"
|
||||
retrofitBom = "3.0.0"
|
||||
robolectric = "4.15.1"
|
||||
sonarqube = "6.2.0.5505"
|
||||
@@ -116,9 +116,10 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t
|
||||
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
|
||||
mockk-mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
|
||||
robolectric-robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
|
||||
square-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
square-okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
||||
square-okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
|
||||
square-okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }
|
||||
square-okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
||||
square-okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor" }
|
||||
square-okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" }
|
||||
square-retrofit = { module = "com.squareup.retrofit2:retrofit" }
|
||||
square-retrofit-bom = { module = "com.squareup.retrofit2:retrofit-bom", version.ref = "retrofitBom" }
|
||||
square-retrofit-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization" }
|
||||
|
||||
Reference in New Issue
Block a user