HADOOP-18497. Upgrade commons-text version to 1.10.0 to fix CVE-2022-42889. (#5037).
Contributed by PJ Fanning.
This commit is contained in:
parent
2e3f91bdf5
commit
84c7fd909b
|
@ -314,7 +314,7 @@ org.apache.commons:commons-csv:1.9.0
|
|||
org.apache.commons:commons-digester:1.8.1
|
||||
org.apache.commons:commons-lang3:3.12.0
|
||||
org.apache.commons:commons-math3:3.1.1
|
||||
org.apache.commons:commons-text:1.9
|
||||
org.apache.commons:commons-text:1.10.0
|
||||
org.apache.commons:commons-validator:1.6
|
||||
org.apache.curator:curator-client:4.2.0
|
||||
org.apache.curator:curator-framework:4.2.0
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
<commons-logging-api.version>1.1</commons-logging-api.version>
|
||||
<commons-math3.version>3.1.1</commons-math3.version>
|
||||
<commons-net.version>3.6</commons-net.version>
|
||||
<commons-text.version>1.9</commons-text.version>
|
||||
<commons-text.version>1.10.0</commons-text.version>
|
||||
|
||||
<kerby.version>1.0.1</kerby.version>
|
||||
<jcache.version>1.0-alpha-1</jcache.version>
|
||||
|
|
Loading…
Reference in New Issue