HADOOP-18341: upgrade commons-configuration2 to 2.8.0 and commons-text to 1.9 (#4578)
Reviewed-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
This commit is contained in:
parent
084b68e380
commit
e6d2c336cb
@ -305,12 +305,12 @@ net.minidev:json-smart:2.4.7
|
|||||||
org.apache.avro:avro:1.9.2
|
org.apache.avro:avro:1.9.2
|
||||||
org.apache.commons:commons-collections4:4.2
|
org.apache.commons:commons-collections4:4.2
|
||||||
org.apache.commons:commons-compress:1.21
|
org.apache.commons:commons-compress:1.21
|
||||||
org.apache.commons:commons-configuration2:2.1.1
|
org.apache.commons:commons-configuration2:2.8.0
|
||||||
org.apache.commons:commons-csv:1.0
|
org.apache.commons:commons-csv:1.0
|
||||||
org.apache.commons:commons-digester:1.8.1
|
org.apache.commons:commons-digester:1.8.1
|
||||||
org.apache.commons:commons-lang3:3.12.0
|
org.apache.commons:commons-lang3:3.12.0
|
||||||
org.apache.commons:commons-math3:3.6.1
|
org.apache.commons:commons-math3:3.6.1
|
||||||
org.apache.commons:commons-text:1.4
|
org.apache.commons:commons-text:1.9
|
||||||
org.apache.commons:commons-validator:1.6
|
org.apache.commons:commons-validator:1.6
|
||||||
org.apache.curator:curator-client:5.2.0
|
org.apache.curator:curator-client:5.2.0
|
||||||
org.apache.curator:curator-framework:5.2.0
|
org.apache.curator:curator-framework:5.2.0
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
<commons-logging-api.version>1.1</commons-logging-api.version>
|
<commons-logging-api.version>1.1</commons-logging-api.version>
|
||||||
<commons-math3.version>3.6.1</commons-math3.version>
|
<commons-math3.version>3.6.1</commons-math3.version>
|
||||||
<commons-net.version>3.8.0</commons-net.version>
|
<commons-net.version>3.8.0</commons-net.version>
|
||||||
<commons-text.version>1.4</commons-text.version>
|
<commons-text.version>1.9</commons-text.version>
|
||||||
|
|
||||||
<kerby.version>2.0.2</kerby.version>
|
<kerby.version>2.0.2</kerby.version>
|
||||||
<jcache.version>1.0-alpha-1</jcache.version>
|
<jcache.version>1.0-alpha-1</jcache.version>
|
||||||
@ -1206,7 +1206,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-configuration2</artifactId>
|
<artifactId>commons-configuration2</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.8.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user