Prechádzať zdrojové kódy

Bump annotations from 2.0.1 to 3.0.1u2

Bumps [annotations](https://github.com/findbugsproject/findbugs) from 2.0.1 to 3.0.1u2.
- [Release notes](https://github.com/findbugsproject/findbugs/releases)
- [Commits](https://github.com/findbugsproject/findbugs/commits)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 rokov pred
rodič
commit
fbd33cc1e8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -295,7 +295,7 @@ dependencies {
     implementation "androidx.work:work-runtime-ktx:2.4.0"
     implementation "androidx.fragment:fragment:1.2.5"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
-    compileOnly 'com.google.code.findbugs:annotations:2.0.1'
+    compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
     implementation 'commons-io:commons-io:2.8.0'
     implementation "com.jakewharton:butterknife:$butterknifeVersion"
     kapt "com.jakewharton:butterknife-compiler:$butterknifeVersion"