diff --git a/opencloudComLibrary/build.gradle b/opencloudComLibrary/build.gradle index 8d50bd59c..bf997c751 100644 --- a/opencloudComLibrary/build.gradle +++ b/opencloudComLibrary/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.google.devtools.ksp' apply plugin: 'kotlin-parcelize' dependencies { - api 'com.squareup.okhttp3:okhttp:4.9.2' + api 'com.squareup.okhttp3:okhttp:5.3.2' implementation libs.kotlin.stdlib api 'com.github.opencloud-eu:android-dav:oc_support_2.1.5' @@ -26,8 +26,8 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.15.1' // MockWebServer for HTTP integration tests - testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2' - testImplementation 'com.squareup.okhttp3:okhttp-tls:4.9.2' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2' + testImplementation 'com.squareup.okhttp3:okhttp-tls:5.3.2' // AndroidX test core to obtain application context in unit tests testImplementation libs.androidx.test.core debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'