This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 1d656e8 HBASE-22597 Upgrading commons-long to 3.9
1d656e8 is described below
commit 1d656e8411f894f6e52adad0aed060cd7979b884
Author: Viraj Jasani <[email protected]>
AuthorDate: Wed Jun 19 21:04:59 2019 +0530
HBASE-22597 Upgrading commons-long to 3.9
Closes #317
Signed-off-by: Sean Busbey <[email protected]>
(cherry picked from commit 5a9d877565f375cb78224bd69f2f51f8475f9f4e)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1f7cd18..69a1d39 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1301,7 +1301,7 @@
<commons-codec.version>1.10</commons-codec.version>
<!-- pretty outdated -->
<commons-io.version>2.5</commons-io.version>
- <commons-lang3.version>3.6</commons-lang3.version>
+ <commons-lang3.version>3.9</commons-lang3.version>
<commons-math.version>3.6.1</commons-math.version>
<disruptor.version>3.3.6</disruptor.version>
<httpclient.version>4.5.3</httpclient.version>