From a2d24038f83badef48e75b333b27886806a5b4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:01:43 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:mockwebserver Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.11.0 to 5.2.1. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e46e2ebb..fc0c2270 100644 --- a/build.gradle +++ b/build.gradle @@ -55,12 +55,12 @@ artifacts { dependencies { compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.31' - api 'com.squareup.okhttp3:okhttp:4.11.0' + api 'com.squareup.okhttp3:okhttp:5.2.1' api 'com.google.code.gson:gson:2.11.0' api 'io.opencensus:opencensus-api:0.31.1' implementation 'org.slf4j:slf4j-api:2.0.16' testImplementation 'junit:junit:4.13.2' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.2.1' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation 'org.slf4j:slf4j-simple:2.0.16' testImplementation 'org.apache.commons:commons-lang3:3.17.0'