Skip to content

Commit 6963c41

Browse files
authored
[dependency] Upgrade Apache Commons Validator version to the latest one (#10508)
1 parent 764abfe commit 6963c41

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dist/LICENSE-dist.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ The Apache Software License, Version 2.0
670670
* Apache Commons Pool:
671671
- org.apache.commons:commons-pool2:2.2 (http://commons.apache.org/proper/commons-pool/)
672672
* Apache Commons Validator:
673-
- commons-validator:commons-validator:1.4.1 (http://commons.apache.org/proper/commons-validator/)
673+
- commons-validator:commons-validator:1.7(http://commons.apache.org/proper/commons-validator/)
674674
* Apache Curator:
675675
- org.apache.curator:apache-curator:2.7.1 (http://curator.apache.org)
676676
* Apache Derby Database Engine and Embedded JDBC Driver:
@@ -785,7 +785,7 @@ The Apache Software License, Version 2.0
785785
* Code Generation Library:
786786
- cglib:cglib:2.2 (http://cglib.sourceforge.net/)
787787
* Commons BeanUtils:
788-
- commons-beanutils:commons-beanutils:1.8.3 (http://commons.apache.org/beanutils/)
788+
- commons-beanutils:commons-beanutils:1.9.4 (http://commons.apache.org/beanutils/)
789789
* Commons BeanUtils Core:
790790
- commons-beanutils:commons-beanutils-core:1.8.0 (http://commons.apache.org/beanutils/)
791791
* Commons Compress:
@@ -797,7 +797,7 @@ The Apache Software License, Version 2.0
797797
* Commons Daemon:
798798
- commons-daemon:commons-daemon:1.0.13 (http://commons.apache.org/daemon/)
799799
* Commons Digester:
800-
- commons-digester:commons-digester:1.8.1 (http://commons.apache.org/digester/)
800+
- commons-digester:commons-digester:2.1 (http://commons.apache.org/digester/)
801801
* Commons IO:
802802
- commons-io:commons-io:2.4 (http://commons.apache.org/io/)
803803
* Commons Lang:

dist/NOTICE-dist.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ possession, or use, and re-export of encryption software, to see if this is
359359
permitted.
360360

361361
=====================================================
362-
Notice file for: commons-digester-1.8.1
362+
Notice file for: commons-digester-2.1
363363
=====================================================
364364

365365
Apache Commons Digester
@@ -5808,7 +5808,7 @@ The Apache Software Foundation (http://www.apache.org/).
58085808

58095809

58105810
=====================================================
5811-
Notice file for: commons-validator-1.4.1
5811+
Notice file for: commons-validator-1.7
58125812
=====================================================
58135813

58145814
Apache Commons Validator
@@ -10861,7 +10861,7 @@ The Apache Software Foundation (http://www.apache.org/).
1086110861

1086210862

1086310863
=====================================================
10864-
Notice file for: commons-beanutils-1.8.3
10864+
Notice file for: commons-beanutils-1.9.4
1086510865
=====================================================
1086610866

1086710867
Apache Commons BeanUtils

fe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ under the License.
173173
<commons-lang.version>2.6</commons-lang.version>
174174
<commons-lang3.version>3.9</commons-lang3.version>
175175
<commons-pool2.version>2.2</commons-pool2.version>
176-
<commons-validator.version>1.4.1</commons-validator.version>
176+
<commons-validator.version>1.7</commons-validator.version>
177177
<gson.version>2.8.6</gson.version>
178178
<guava.version>29.0-jre</guava.version>
179179
<jackson.version>2.12.1</jackson.version>

0 commit comments

Comments
 (0)