From ca70520633a1884aafdf2c158c8a102837973dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:00:54 +0000 Subject: [PATCH] Bump okhttpVersion from 5.3.0 to 5.3.2 Bumps `okhttpVersion` from 5.3.0 to 5.3.2. Updates `com.squareup.okhttp3:okhttp-tls` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.2) Updates `com.squareup.okhttp3:mockwebserver` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-tls dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ac37f8..e3ea579 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } ext { - okhttpVersion = '5.3.0' + okhttpVersion = '5.3.2' } dependencies {