You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/07/22 09:03:52 UTC

[doris] branch master updated: [dependency] Upgrade Apache Commons Validator version to the latest one (#10508)

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6963c41a04 [dependency] Upgrade Apache Commons Validator version to the latest one (#10508)
6963c41a04 is described below

commit 6963c41a049a564aa30bbb4a6f90cb3dccf2a260
Author: huangzhaowei <hu...@bytedance.com>
AuthorDate: Fri Jul 22 17:03:46 2022 +0800

    [dependency] Upgrade Apache Commons Validator version to the latest one (#10508)
---
 dist/LICENSE-dist.txt | 6 +++---
 dist/NOTICE-dist.txt  | 6 +++---
 fe/pom.xml            | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt
index bb3840be85..127eb03fd8 100644
--- a/dist/LICENSE-dist.txt
+++ b/dist/LICENSE-dist.txt
@@ -670,7 +670,7 @@ The Apache Software License, Version 2.0
     * Apache Commons Pool:
         - org.apache.commons:commons-pool2:2.2 (http://commons.apache.org/proper/commons-pool/)
     * Apache Commons Validator:
-        - commons-validator:commons-validator:1.4.1 (http://commons.apache.org/proper/commons-validator/)
+        - commons-validator:commons-validator:1.7(http://commons.apache.org/proper/commons-validator/)
     * Apache Curator:
         - org.apache.curator:apache-curator:2.7.1 (http://curator.apache.org)
     * Apache Derby Database Engine and Embedded JDBC Driver:
@@ -785,7 +785,7 @@ The Apache Software License, Version 2.0
     * Code Generation Library:
         - cglib:cglib:2.2 (http://cglib.sourceforge.net/)
     * Commons BeanUtils:
-        - commons-beanutils:commons-beanutils:1.8.3 (http://commons.apache.org/beanutils/)
+        - commons-beanutils:commons-beanutils:1.9.4 (http://commons.apache.org/beanutils/)
     * Commons BeanUtils Core:
         - commons-beanutils:commons-beanutils-core:1.8.0 (http://commons.apache.org/beanutils/)
     * Commons Compress:
@@ -797,7 +797,7 @@ The Apache Software License, Version 2.0
     * Commons Daemon:
         - commons-daemon:commons-daemon:1.0.13 (http://commons.apache.org/daemon/)
     * Commons Digester:
-        - commons-digester:commons-digester:1.8.1 (http://commons.apache.org/digester/)
+        - commons-digester:commons-digester:2.1 (http://commons.apache.org/digester/)
     * Commons IO:
         - commons-io:commons-io:2.4 (http://commons.apache.org/io/)
     * Commons Lang:
diff --git a/dist/NOTICE-dist.txt b/dist/NOTICE-dist.txt
index ec1b3939e9..19a8702342 100644
--- a/dist/NOTICE-dist.txt
+++ b/dist/NOTICE-dist.txt
@@ -359,7 +359,7 @@ possession, or use, and re-export of encryption software, to see if this is
 permitted.
 
 =====================================================
- Notice file for: commons-digester-1.8.1
+ Notice file for: commons-digester-2.1
 =====================================================
 
 Apache Commons Digester
@@ -5808,7 +5808,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 
 =====================================================
- Notice file for: commons-validator-1.4.1
+ Notice file for: commons-validator-1.7
 =====================================================
 
 Apache Commons Validator
@@ -10861,7 +10861,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 
 =====================================================
- Notice file for: commons-beanutils-1.8.3
+ Notice file for: commons-beanutils-1.9.4
 =====================================================
 
 Apache Commons BeanUtils
diff --git a/fe/pom.xml b/fe/pom.xml
index cb4abf93ec..ac3a45deb9 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -173,7 +173,7 @@ under the License.
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.9</commons-lang3.version>
         <commons-pool2.version>2.2</commons-pool2.version>
-        <commons-validator.version>1.4.1</commons-validator.version>
+        <commons-validator.version>1.7</commons-validator.version>
         <gson.version>2.8.6</gson.version>
         <guava.version>29.0-jre</guava.version>
         <jackson.version>2.12.1</jackson.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org