From d7718659c774bb101be65097fa5507a8345a26f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:57:46 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 in /OpenDC Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- OpenDC/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenDC/app/build.gradle b/OpenDC/app/build.gradle index 95b7a32..5d398a2 100644 --- a/OpenDC/app/build.gradle +++ b/OpenDC/app/build.gradle @@ -65,7 +65,7 @@ dependencies { // FAN Jackson implementation group: 'com.amitshekhar.android', name: 'jackson-android-networking', version:'1.0.2' // OkHttp - implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0' + implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0' // GeckoView //implementation group: 'org.mozilla.geckoview', name: "geckoview${geckoviewChannel}", version: "${geckoviewVersion}"