From f0027d59b160c8902472b3ebf92b0954e62fcff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:45:42 +0000 Subject: [PATCH] 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.2.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.2.0...parent-5.2.1) Updates `com.squareup.okhttp3:okhttp-tls` from 5.2.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.2.0...parent-5.2.1) Updates `com.squareup.okhttp3:logging-interceptor` from 5.2.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.2.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: okhttp3 - dependency-name: com.squareup.okhttp3:okhttp-tls dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: okhttp3 - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: okhttp3 ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index e8be68f6f..d4450a272 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -439,12 +439,12 @@ dependencies { androidTestImplementation("androidx.room:room-testing:2.8.1") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") androidTestImplementation("androidx.work:work-testing:2.10.5") - androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.2.0") - androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.2.0") + androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.2.1") + androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.2.1") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") androidTestUtil("androidx.test:orchestrator:1.6.1") - testImplementation("com.squareup.okhttp3:mockwebserver:5.2.0") + testImplementation("com.squareup.okhttp3:mockwebserver:5.2.1") testImplementation("com.flextrade.jfixture:jfixture:2.7.2") testImplementation("com.shazam:shazamcrest:0.11") testImplementation("org.robolectric:robolectric:4.16") @@ -501,7 +501,7 @@ dependencies { implementation("com.squareup.retrofit2:converter-gson:3.0.0") implementation("com.squareup.retrofit2:converter-scalars:3.0.0") implementation("com.squareup.okio:okio:3.16.1") - implementation("com.squareup.okhttp3:logging-interceptor:5.2.0") + implementation("com.squareup.okhttp3:logging-interceptor:5.2.1") implementation("com.github.bumptech.glide:glide:5.0.5") implementation("com.nulab-inc:zxcvbn:1.9.0")