From fd3b06e73dd37554573b522215472562eb930b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:05:56 +0000 Subject: [PATCH] Bump okhttpVersion from 5.3.1 to 5.3.2 Bumps `okhttpVersion` from 5.3.1 to 5.3.2. Updates `com.squareup.okhttp3:okhttp` from 5.3.1 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.1...parent-5.3.2) Updates `com.squareup.okhttp3:logging-interceptor` from 5.3.1 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.1...parent-5.3.2) Updates `com.squareup.okhttp3:mockwebserver` from 5.3.1 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.1...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-patch - dependency-name: com.squareup.okhttp3:logging-interceptor 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 226b0f5..8dc5cd2 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ buildScan { } ext { - okhttpVersion = '5.3.1' + okhttpVersion = '5.3.2' jacksonVersion = '2.20.1' hamcrestVersion = '3.0' }