From 0f30b2b583cf257dd1e84c2b45e25a1cecbf22b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 06:01:25 +0000 Subject: [PATCH] Bump okhttpVersion from 5.3.0 to 5.3.1 Bumps `okhttpVersion` from 5.3.0 to 5.3.1. Updates `com.squareup.okhttp3:okhttp-tls` from 5.3.0 to 5.3.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.1) Updates `com.squareup.okhttp3:mockwebserver` from 5.3.0 to 5.3.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-tls dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.1 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..97df84a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } ext { - okhttpVersion = '5.3.0' + okhttpVersion = '5.3.1' } dependencies {