From 989c02eb14875767d9b6985de0304a4fb9b7f8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:24:31 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.2.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.2.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.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-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 310fad1..bcb8877 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidx-room = "2.7.1" kotlinx-serialization-json = "1.8.1" libsu = "6.0.0" material = "1.12.0" -okhttp = "4.12.0" +okhttp = "5.2.0" android-application = "8.10.0" devtools-ksp = "2.1.20-2.0.1"