Skip to content

Commit b50581c

Browse files
committed
Upgraded jsr305 dependency from 2.0.1 to 3.0.0
1 parent defaec0 commit b50581c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
7171
version: "6.0");
7272
compile(group: "com.google.code.findbugs", name: "jsr305",
73-
version: "2.0.1");
73+
version: "3.0.0");
7474
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "4.6");
7575
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
7676
exclude(group: "junit", module: "junit");

0 commit comments

Comments
 (0)