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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new da917573f46 branch-2.1: [chore](dep)bump commons-validator from 1.7 to 
1.9.0 (#51753) (#53056)
da917573f46 is described below

commit da917573f46f2f89ff7664784c868a472cbc06e9
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed Jul 30 10:10:02 2025 +0800

    branch-2.1: [chore](dep)bump commons-validator from 1.7 to 1.9.0 (#51753) 
(#53056)
    
    #51753
---
 fe/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 7f6dc8b6210..e84d56ff391 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -252,7 +252,8 @@ under the License.
         <commons-pool2.version>2.2</commons-pool2.version>
         <commons-pool.version>1.5.1</commons-pool.version>
         <commons-text.version>1.10.0</commons-text.version>
-        <commons-validator.version>1.7</commons-validator.version>
+        <commons-validator.version>1.9.0</commons-validator.version>
+        <commons-beanutils.version>1.11.0</commons-beanutils.version>
         <gson.version>2.10.1</gson.version>
         <guava.version>33.2.1-jre</guava.version>
         <jackson.version>2.16.0</jackson.version>
@@ -772,6 +773,11 @@ under the License.
                 <artifactId>commons-validator</artifactId>
                 <version>${commons-validator.version}</version>
             </dependency>
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>${commons-beanutils.version}</version>
+            </dependency>
             <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson 
-->
             <dependency>
                 <groupId>com.google.code.gson</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to