Merge "Upgrade commons-validator to 1.6"

This commit is contained in:
David Pursehouse
2017-04-11 07:39:33 +00:00
committed by Gerrit Code Review
3 changed files with 242 additions and 39 deletions

View File

@@ -311,8 +311,8 @@ maven_jar(
maven_jar(
name = "commons_validator",
artifact = "commons-validator:commons-validator:1.5.1",
sha1 = "86d05a46e8f064b300657f751b5a98c62807e2a0",
artifact = "commons-validator:commons-validator:1.6",
sha1 = "e989d1e87cdd60575df0765ed5bac65c905d7908",
)
maven_jar(

View File

@@ -417,7 +417,7 @@ public class AccountIT extends AbstractDaemonTest {
"@example.com",
// Non-supported TLD (see tlds-alpha-by-domain.txt)
"new.email@example.blog");
"new.email@example.africa");
for (String email : emails) {
EmailInput input = new EmailInput();
input.email = email;