Skip to content

Commit

Permalink
Merge pull request java-json-tools#107 from sslavic/libphonenumber_6.2
Browse files Browse the repository at this point in the history
Upgraded libphonenumber dependency from 6.0 to 6.2
  • Loading branch information
fge committed Oct 17, 2014
2 parents 26d9e7a + 90993d3 commit 6e42db5
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 @@ -68,7 +68,7 @@ dependencies {
compile(group: "javax.mail", name: "mailapi", version: "1.4.3");
compile(group: "joda-time", name: "joda-time", version: "2.3");
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber",
version: "6.0");
version: "6.2");
compile(group: "com.google.code.findbugs", name: "jsr305",
version: "3.0.0");
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "4.6");
Expand Down

0 comments on commit 6e42db5

Please sign in to comment.