We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240910 commit cab54beCopy full SHA for cab54be
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