Skip to content

Commit

Permalink
Upgraded jsr305 dependency from 2.0.1 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sslavic committed Jul 16, 2014
1 parent defaec0 commit b50581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
version: "6.0");
compile(group: "com.google.code.findbugs", name: "jsr305",
version: "2.0.1");
version: "3.0.0");
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "4.6");
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
exclude(group: "junit", module: "junit");
Expand Down

0 comments on commit b50581c

Please sign in to comment.