From 081d6dd27b5eb060685656ca6ca5fa3c6d7d492c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:01:33 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](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:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8dc646a02..eb09ec37c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -189,7 +189,7 @@ dependencies { implementation 'androidx.room:room-runtime:2.6.0' annotationProcessor 'androidx.room:room-compiler:2.6.0' implementation 'com.artemzin.rxjava:proguard-rules:1.3.3.0' - implementation 'com.squareup.okhttp3:okhttp:4.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.moshi:moshi:1.15.0' implementation 'com.squareup.picasso:picasso:2.8' implementation 'com.github.cachapa:ExpandableLayout:2.9.2' @@ -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'