From 20bd8c920f02fef837c43cada78051819bf8dfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:01:45 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.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 8dc646a02..24c2e28ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -226,7 +226,7 @@ dependencies { testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'androidx.room:room-testing:2.6.0' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2' testImplementation 'com.shazam:shazamcrest:0.11' testImplementation 'org.skyscreamer:jsonassert:1.5.1'