Merge "Upgrade commons-validator to 1.6"
This commit is contained in:
@@ -311,8 +311,8 @@ maven_jar(
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = "commons_validator",
|
name = "commons_validator",
|
||||||
artifact = "commons-validator:commons-validator:1.5.1",
|
artifact = "commons-validator:commons-validator:1.6",
|
||||||
sha1 = "86d05a46e8f064b300657f751b5a98c62807e2a0",
|
sha1 = "e989d1e87cdd60575df0765ed5bac65c905d7908",
|
||||||
)
|
)
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
|
@@ -417,7 +417,7 @@ public class AccountIT extends AbstractDaemonTest {
|
|||||||
"@example.com",
|
"@example.com",
|
||||||
|
|
||||||
// Non-supported TLD (see tlds-alpha-by-domain.txt)
|
// Non-supported TLD (see tlds-alpha-by-domain.txt)
|
||||||
"new.email@example.blog");
|
"new.email@example.africa");
|
||||||
for (String email : emails) {
|
for (String email : emails) {
|
||||||
EmailInput input = new EmailInput();
|
EmailInput input = new EmailInput();
|
||||||
input.email = email;
|
input.email = email;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user