From 948720294dd9cc68f007bc8b1cd2e70abdc77f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:08:22 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 3.12.12 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.12.12 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.12.12...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3378ffb1..933e8a77 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -175,7 +175,7 @@ dependencies { // https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce // Don't update to >=3.13 before minSDK 21 + Java 8 //noinspection GradleDependency - implementation 'com.squareup.okhttp3:okhttp:3.12.12' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.larswerkman:HoloColorPicker:1.5' implementation 'com.google.code.findbugs:jsr305:3.0.2'