From 65d07bfe9009b48ca4ac766875151c04c5217f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:08:04 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.9.3 to 5.3.2 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.9.3 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/build.gradle b/processor/build.gradle index 316ff60832bd..790534a50257 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'com.beust:klaxon:5.6' implementation 'com.squareup.moshi:moshi:1.13.0' - implementation 'com.squareup.okhttp3:okhttp:4.9.3' + implementation 'com.squareup.okhttp3:okhttp:5.3.2' implementation project(":model")