From bf8956b1b98b0087dd840bef0174141c6d0d5a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:05:21 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp from 5.3.2 to 5.4.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.3.2 to 5.4.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e77fbf5..6002310 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -99,7 +99,7 @@ dependencies { implementation("androidx.preference:preference-ktx:1.2.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("androidx.cardview:cardview:1.0.0") - implementation("com.squareup.okhttp3:okhttp:5.3.2") + implementation("com.squareup.okhttp3:okhttp:5.4.0") implementation("androidx.browser:browser:1.8.0") // Testing