From ddb233459e964c57df4a8d6cea9b1d59c3bf65e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:35:14 +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 | 2 +- pyxoverloaded/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 53a8890b..c66b2b2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' implementation 'org.apmem.tools:layouts:1.10@aar' - implementation 'com.squareup.okhttp3:okhttp:4.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'org.conscrypt:conscrypt-android:2.5.2' implementation 'com.github.bumptech.glide:glide:4.16.0' diff --git a/pyxoverloaded/build.gradle b/pyxoverloaded/build.gradle index ca17f099..6006afda 100644 --- a/pyxoverloaded/build.gradle +++ b/pyxoverloaded/build.gradle @@ -45,7 +45,7 @@ dependencies { api 'com.google.firebase:firebase-auth:22.1.1' - implementation 'com.squareup.okhttp3:okhttp:4.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'org.whispersystems:signal-protocol-android:2.8.1' implementation 'com.github.instacart.truetime-android:library:3.5'