Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions opencloudComLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'
Expand Down
Loading