From ee4bdb891e8e944a15b799b5e13233ce28691a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 14:14:17 +0000 Subject: Bump exception from 1.6.2 to 1.6.3 Bumps [exception](https://github.com/stefan-niedermann/nextcloud-commons) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/stefan-niedermann/nextcloud-commons/releases) - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.6.2...1.6.3) --- updated-dependencies: - dependency-name: com.github.stefan-niedermann.nextcloud-commons:exception dependency-type: direct:production update-type: version-update:semver-patch ... 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 f80a69a5..75423861 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1' implementation 'com.github.stefan-niedermann:android-commons:0.2.6' implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.2' - implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.2' + implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.3' implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.2') { exclude group: 'org.jetbrains', module: 'annotations-java5' } -- cgit v1.2.3