This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new a4912a8b Resynch domains
a4912a8b is described below

commit a4912a8b96c0fe23ca5de91bba9744134f84777c
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jun 10 15:48:42 2025 +0100

    Resynch domains
---
 .../java/org/apache/commons/validator/routines/DomainValidator.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java 
b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
index 6a8c9d5e..dcdbbdb1 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -181,7 +181,7 @@ public class DomainValidator implements Serializable {
     // WARNING: this array MUST be sorted, otherwise it cannot be searched 
reliably using binary search
     private static final String[] GENERIC_TLDS = {
         // Taken from:
-        // Version 2024121700, Last Updated Tue Dec 17 07:07:01 2024 UTC
+        // Version 2025061000, Last Updated Tue Jun 10 07:07:01 2025 UTC
         "aaa", // aaa American Automobile Association, Inc.
         "aarp", // aarp AARP
         // "abarth", // abarth Fiat Chrysler Automobiles N.V.
@@ -287,7 +287,7 @@ public class DomainValidator implements Serializable {
         "beats", // beats Beats Electronics, LLC
         "beauty", // beauty L&#39;Oréal
         "beer", // beer Top Level Domain Holdings Limited
-        "bentley", // bentley Bentley Motors Limited
+        // "bentley", // bentley Bentley Motors Limited
         "berlin", // berlin dotBERLIN GmbH &amp; Co. KG
         "best", // best BestTLD Pty Ltd
         "bestbuy", // bestbuy BBY Solutions, Inc.

Reply via email to