Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-23 17:06:44 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 13:29:29 +0300
commitaefd5be3912bef8183074b5006b7250f837e66ea (patch)
tree16b911746b3aabf34926f67f3c41371936e7ea4b /app/build.gradle
parentf53bc97551191af6fba99acee4d4a1a2d35ce056 (diff)
Bump jsr305 from 2.0.1 to 3.0.2
Bumps jsr305 from 2.0.1 to 3.0.2. Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 95d227302..ea2a974ba 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -214,7 +214,7 @@ dependencies {
implementation 'me.zhanghai.android.effortlesspermissions:library:1.1.0'
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'com.github.wooplr:Spotlight:1.3'
- implementation 'com.google.code.findbugs:jsr305:2.0.1'
+ implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation('com.github.mario:chatkit:c6a61767291ddb212a2f4f792a2b6aaf295e69a5', {
exclude group: 'com.facebook.fresco'
})