From a5bd968ea21d118dfbefe9c96afb05af61efe822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 02:02:55 +0000 Subject: [PATCH] build(deps): bump com.squareup.okhttp3:okhttp in /06_android/android Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.2.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 06_android/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_android/android/app/build.gradle b/06_android/android/app/build.gradle index 347e168e7c..138011e68c 100644 --- a/06_android/android/app/build.gradle +++ b/06_android/android/app/build.gradle @@ -46,7 +46,7 @@ dependencies { def appcompat_version = "1.7.1" def constraintlayout_version = "2.2.1" def mdc_version = "1.12.0" - def okhttp_version = "5.1.0" + def okhttp_version = "5.2.0" def glide_version = "4.16.0" def picasso_version = "2.71828" def core_desugaring_version = "2.1.5"