From e86bf516203037bc49e44f74156354d43c1877fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:02:42 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.17.0 to 3.18.0 Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 3.17.0 to 3.18.0. - [Changelog](https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okio/compare/parent-3.17.0...parent-3.18.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 70b0fc4f0..8efe1908b 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -524,7 +524,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.17.0") + implementation("com.squareup.okio:okio:3.18.0") implementation("com.squareup.okhttp3:logging-interceptor:5.4.0") implementation("com.github.bumptech.glide:glide:5.0.9")