Skip to content

Commit 2d6c2ab

Browse files
Bump the okhttp3 group with 3 updates
Bumps the okhttp3 group with 3 updates: [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp), [com.squareup.okhttp3:okhttp-tls](https://github.com/square/okhttp) and [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp). Updates `com.squareup.okhttp3:mockwebserver` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.2...parent-5.4.0) Updates `com.squareup.okhttp3:okhttp-tls` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.2...parent-5.4.0) Updates `com.squareup.okhttp3:logging-interceptor` from 5.3.2 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: okhttp3 - dependency-name: com.squareup.okhttp3:okhttp-tls dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: okhttp3 - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: okhttp3 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63726b6 commit 2d6c2ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,12 @@ dependencies {
463463
androidTestImplementation("androidx.room:room-testing:2.8.4")
464464
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
465465
androidTestImplementation("androidx.work:work-testing:2.11.2")
466-
androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.3.2")
467-
androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.3.2")
466+
androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.4.0")
467+
androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.4.0")
468468
androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0")
469469
androidTestUtil("androidx.test:orchestrator:1.6.1")
470470

471-
testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2")
471+
testImplementation("com.squareup.okhttp3:mockwebserver:5.4.0")
472472
testImplementation("com.flextrade.jfixture:jfixture:2.7.2")
473473
testImplementation("com.shazam:shazamcrest:0.11")
474474
testImplementation("org.robolectric:robolectric:4.16.1")
@@ -525,7 +525,7 @@ dependencies {
525525
implementation("com.squareup.retrofit2:converter-gson:3.0.0")
526526
implementation("com.squareup.retrofit2:converter-scalars:3.0.0")
527527
implementation("com.squareup.okio:okio:3.17.0")
528-
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")
528+
implementation("com.squareup.okhttp3:logging-interceptor:5.4.0")
529529

530530
implementation("com.github.bumptech.glide:glide:5.0.7")
531531
implementation("com.nulab-inc:zxcvbn:1.9.0")

0 commit comments

Comments
 (0)