Skip to content

Commit 02299c1

Browse files
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](square/okhttp@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] <support@github.com>
1 parent 11785c6 commit 02299c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

opencloudApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
testImplementation libs.mockk
7171
testImplementation libs.androidx.test.core
7272
testImplementation 'org.robolectric:robolectric:4.15.1'
73-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2'
73+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
7474

7575
// Instrumented tests
7676
androidTestImplementation project(":opencloudTestUtil")

opencloudComLibrary/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.google.devtools.ksp'
44
apply plugin: 'kotlin-parcelize'
55

66
dependencies {
7-
api 'com.squareup.okhttp3:okhttp:4.9.2'
7+
api 'com.squareup.okhttp3:okhttp:5.3.2'
88
implementation libs.kotlin.stdlib
99
api 'com.github.opencloud-eu:android-dav:oc_support_2.1.5'
1010

@@ -26,8 +26,8 @@ dependencies {
2626
testImplementation 'junit:junit:4.13.2'
2727
testImplementation 'org.robolectric:robolectric:4.15.1'
2828
// MockWebServer for HTTP integration tests
29-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2'
30-
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.9.2'
29+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
30+
testImplementation 'com.squareup.okhttp3:okhttp-tls:5.3.2'
3131
// AndroidX test core to obtain application context in unit tests
3232
testImplementation libs.androidx.test.core
3333
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'

0 commit comments

Comments
 (0)