Repository: hadoop Updated Branches: refs/heads/trunk e4313e7e4 -> bcb57b1f8
HADOOP-15393. Upgrade the version of commons-lang3 to 3.7 Signed-off-by: Akira Ajisaka <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bcb57b1f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bcb57b1f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bcb57b1f Branch: refs/heads/trunk Commit: bcb57b1f89b4612786a98575db4598e53309c2dc Parents: e4313e7 Author: Takanobu Asanuma <[email protected]> Authored: Wed Apr 18 13:33:15 2018 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Apr 18 13:33:15 2018 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/bcb57b1f/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 02ea0ba..5f5abc4 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -910,7 +910,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.7</version> </dependency> <dependency> <groupId>org.slf4j</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
