From 51528bdd0fa4f5d558f606bf0a5aa4fc7112fc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:46:37 +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] --- architecture/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/build.gradle b/architecture/build.gradle index b40db6dc..8c1cb305 100644 --- a/architecture/build.gradle +++ b/architecture/build.gradle @@ -64,8 +64,8 @@ dependencies { api "com.google.code.gson:gson:2.10.1" api "com.squareup.retrofit2:retrofit:2.9.0" api "com.squareup.retrofit2:converter-gson:2.9.0" - api "com.squareup.okhttp3:logging-interceptor:4.11.0" - api "com.squareup.okhttp3:okhttp:4.11.0" + api "com.squareup.okhttp3:logging-interceptor:4.12.0" + api "com.squareup.okhttp3:okhttp:4.12.0" api 'io.reactivex.rxjava2:rxandroid:2.1.1' api 'io.reactivex.rxjava2:rxjava:2.2.21'