From 5ee3829dc5eb9ab3646a1f514caf70fc15385806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 21:17:37 +0000 Subject: [PATCH] build(deps): bump dropbox-core-sdk from 5.1.1 to 5.4.0 Bumps [dropbox-core-sdk](https://github.com/dropbox/dropbox-sdk-java) from 5.1.1 to 5.4.0. - [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/commits) --- 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..272890998 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.0' //next cloud implementation "com.github.nextcloud:android-library:$rootProject.nextCloudVersion"