From a71bfb279f301138ab46f9c95ecdbb39b8f5c991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:38:06 +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] --- abstractions/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abstractions/build.gradle b/abstractions/build.gradle index b58ae72..9983d3d 100644 --- a/abstractions/build.gradle +++ b/abstractions/build.gradle @@ -55,8 +55,8 @@ dependencies { api "androidx.legacy:legacy-preference-v14:1.0.0" api 'androidx.annotation:annotation:1.7.0' api 'com.google.code.gson:gson:2.10.1' - api 'com.squareup.okhttp3:okhttp:4.11.0' - api 'com.squareup.okhttp3:logging-interceptor:4.11.0' + api 'com.squareup.okhttp3:okhttp:4.12.0' + api 'com.squareup.okhttp3:logging-interceptor:4.12.0' api "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2" api "com.google.firebase:firebase-auth:22.1.2" api "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3"