From 1cefba095290899c80b570e36a18c8a8c6f1d2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:55:05 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver from 4.10.0 to 4.11.0 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a879827..0909da3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.3.1' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.json:json:20230618' // Other implementation(platform('org.jetbrains.kotlin:kotlin-bom:1.8.0'))