From 2edfc17653dc41cc2ef9ea11b07ea6cde6043bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 10:15:54 +0000 Subject: [PATCH] Bump stetho-okhttp3 from 1.5.1 to 1.6.0 Bumps [stetho-okhttp3](https://github.com/facebook/stetho) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/facebook/stetho/releases) - [Changelog](https://github.com/facebook/stetho/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/stetho/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: com.facebook.stetho:stetho-okhttp3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- owncloudComLibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index f862a4fd..ba330838 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.7.3' - debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.5.1' + debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0' } android {