You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2021/10/26 01:17:08 UTC

[hadoop] branch trunk updated: HADOOP-17946. Upgrade commons-lang to 3.12.0 (#3575)

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

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b923fa7  HADOOP-17946. Upgrade commons-lang to 3.12.0 (#3575)
b923fa7 is described below

commit b923fa7a1c74ffd5859803e6e2571d367d066efb
Author: Renukaprasad C <48...@users.noreply.github.com>
AuthorDate: Tue Oct 26 06:46:50 2021 +0530

    HADOOP-17946. Upgrade commons-lang to 3.12.0 (#3575)
---
 LICENSE-binary         | 3 +--
 hadoop-project/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 824dbee..a9faf26 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -250,7 +250,6 @@ commons-codec:commons-codec:1.11
 commons-collections:commons-collections:3.2.2
 commons-daemon:commons-daemon:1.0.13
 commons-io:commons-io:2.8.0
-commons-lang:commons-lang:2.6
 commons-logging:commons-logging:1.1.3
 commons-net:commons-net:3.6
 de.ruedigermoeller:fst:2.50
@@ -290,7 +289,7 @@ org.apache.commons:commons-compress:1.21
 org.apache.commons:commons-configuration2:2.1.1
 org.apache.commons:commons-csv:1.0
 org.apache.commons:commons-digester:1.8.1
-org.apache.commons:commons-lang3:3.7
+org.apache.commons:commons-lang3:3.12.0
 org.apache.commons:commons-math3:3.1.1
 org.apache.commons:commons-text:1.4
 org.apache.commons:commons-validator:1.6
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 8de03f5..9392a9f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -119,7 +119,7 @@
     <commons-compress.version>1.21</commons-compress.version>
     <commons-csv.version>1.0</commons-csv.version>
     <commons-io.version>2.8.0</commons-io.version>
-    <commons-lang3.version>3.7</commons-lang3.version>
+    <commons-lang3.version>3.12.0</commons-lang3.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <commons-logging-api.version>1.1</commons-logging-api.version>
     <commons-math3.version>3.1.1</commons-math3.version>

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