We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08d0db commit 8fa5ca1Copy full SHA for 8fa5ca1
toolkit/build.gradle
@@ -61,7 +61,7 @@ ext {
61
62
// Guava 23.0 is for Java 8, Java 7 needs to use 23.0-android.
63
guava: 'com.google.guava:guava:23.0-android',
64
- jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
+ jsr305: 'com.google.code.findbugs:jsr305:3.0.2',
65
autovalue: 'com.google.auto.value:auto-value:1.4',
66
commonsLang: 'org.apache.commons:commons-lang3:3.6',
67
commonsCli: 'commons-cli:commons-cli:1.4',
0 commit comments