From c51396002ebc8798824c95abda4be86a70edbb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:48:59 +0000 Subject: [PATCH] Bump com.squareup.okio:okio from 3.9.1 to 3.10.2 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.9.1 to 3.10.2. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/3.9.1...3.10.2) --- updated-dependencies: - dependency-name: com.squareup.okio:okio 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 e338d9c2a9..8b769ed2c4 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -456,7 +456,7 @@ dependencies { implementation("com.squareup.retrofit2:retrofit:2.11.0") implementation("com.squareup.retrofit2:converter-gson:2.11.0") implementation("com.squareup.retrofit2:converter-scalars:2.11.0") - implementation("com.squareup.okio:okio:3.9.1") + implementation("com.squareup.okio:okio:3.10.2") implementation("com.squareup.okhttp3:logging-interceptor:4.12.0") implementation("com.github.bumptech.glide:glide:4.16.0")