upgrade findbugs

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-09-07 15:46:05 +02:00
parent f9d69a809b
commit 495cdaa841
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -198,6 +198,6 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.4.4'
findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0'
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.2'
}