From 5f562dbd3982078787dec7ca204b66bdca7f24e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 03:01:48 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp in /mobile-executor Bumps [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) from 4.12.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-4.12.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-major ... Signed-off-by: dependabot[bot] --- mobile-executor/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-executor/app/build.gradle.kts b/mobile-executor/app/build.gradle.kts index d25fc03..0caaad9 100644 --- a/mobile-executor/app/build.gradle.kts +++ b/mobile-executor/app/build.gradle.kts @@ -28,6 +28,6 @@ android { dependencies { implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("com.squareup.okhttp3:okhttp:4.12.0") + implementation("com.squareup.okhttp3:okhttp:5.5.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3") }