From aa9285531c732fcc98aef95aea7df0d03c3fd9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 19:23:20 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 3.3.1 to 4.11.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.3.1 to 4.11.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.3.1...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dca011c..b0d24a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' implementation 'com.squareup.picasso:picasso:2.8' - implementation 'com.squareup.okhttp3:okhttp:3.3.1' + implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"