From 1e6c118baee6c3eae6590323ffa7b1f49c6a7b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:02:16 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.16.1 to 3.16.2 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.16.1 to 3.16.2. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.16.1...3.16.2) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index d4450a272..5298d2e2e 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -500,7 +500,7 @@ dependencies { implementation("com.squareup.retrofit2:retrofit:3.0.0") 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.okio:okio:3.16.2") implementation("com.squareup.okhttp3:logging-interceptor:5.2.1") implementation("com.github.bumptech.glide:glide:5.0.5")