From e4e2d251525f7a8e323428445eae7f99a3a06fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:21:30 +0000 Subject: [PATCH] build(deps): bump dropbox-core-sdk from 5.1.1 to 5.4.4 Bumps [dropbox-core-sdk](https://github.com/dropbox/dropbox-sdk-java) from 5.1.1 to 5.4.4. - [Release notes](https://github.com/dropbox/dropbox-sdk-java/releases) - [Changelog](https://github.com/dropbox/dropbox-sdk-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/dropbox/dropbox-sdk-java/compare/v5.1.1...v5.4.4) --- updated-dependencies: - dependency-name: com.dropbox.core:dropbox-core-sdk dependency-type: direct:production update-type: version-update:semver-minor ... 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 b12a36b27..a49b85366 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -202,7 +202,7 @@ dependencies { implementation "org.twitter4j:twitter4j-core:4.0.7" implementation "org.twitter4j:twitter4j-media-support:4.0.6" - implementation 'com.dropbox.core:dropbox-core-sdk:5.1.1' + implementation 'com.dropbox.core:dropbox-core-sdk:5.4.4' //next cloud implementation "com.github.nextcloud:android-library:$rootProject.nextCloudVersion"