From 02299c1e96028cf7113ba436cfb32cede2d2c3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 14:24:29 +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] --- opencloudApp/build.gradle | 2 +- opencloudComLibrary/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opencloudApp/build.gradle b/opencloudApp/build.gradle index 41fa9a9cf..2e533986b 100644 --- a/opencloudApp/build.gradle +++ b/opencloudApp/build.gradle @@ -70,7 +70,7 @@ dependencies { testImplementation libs.mockk testImplementation libs.androidx.test.core testImplementation 'org.robolectric:robolectric:4.15.1' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2' // Instrumented tests androidTestImplementation project(":opencloudTestUtil") 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'