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 defaec0 commit b50581cCopy full SHA for b50581c
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
71
version: "6.0");
72
compile(group: "com.google.code.findbugs", name: "jsr305",
73
- version: "2.0.1");
+ version: "3.0.0");
74
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "4.6");
75
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
76
exclude(group: "junit", module: "junit");
0 commit comments