From 805503f0781a991f515b7c1e6789ace2582a36f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:22:04 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:mockwebserver from 5.1.0 to 5.3.0 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 5.1.0 to 5.3.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1bd02452..a8d7d4a2 100644 --- a/build.gradle +++ b/build.gradle @@ -23,10 +23,10 @@ compileTestJava { dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3' - testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '5.1.0' + testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '5.3.0' testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0' implementation 'com.google.code.gson:gson:2.13.1' - implementation 'com.squareup.okhttp3:okhttp:5.1.0' + implementation 'com.squareup.okhttp3:okhttp:5.3.0' implementation 'com.squareup.okio:okio:3.15.0' implementation 'commons-codec:commons-codec:1.19.0' }