From cdc964912831f42b79bbd75b16224ca86631ff3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:54:22 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 5.4.0 to 5.5.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) from 5.4.0 to 5.5.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/lysine-dev/okhttp/compare/parent-5.4.0...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- voiceit3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voiceit3/build.gradle b/voiceit3/build.gradle index 4e29b0b..9f6c72b 100644 --- a/voiceit3/build.gradle +++ b/voiceit3/build.gradle @@ -67,7 +67,7 @@ dependencies { // Network: replaces the abandoned com.loopj.android:android-async-http // entirely. OkHttp 4.x is the last line that still supports minSdk 21. - api 'com.squareup.okhttp3:okhttp:5.4.0' + api 'com.squareup.okhttp3:okhttp:5.5.0' // Face detection: replaces the deprecated com.google.android.gms:play-services-vision. // Standalone ML Kit (no Firebase coupling).