From c1286a1677917d0047fc7c1f2daaf325a5a177a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:38:45 +0000 Subject: [PATCH] feat: bump com.squareup.okhttp3:mockwebserver from 4.9.2 to 5.3.2 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- opencloudComLibrary/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'