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

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a9d877  HBASE-22597 Upgrading commons-long to 3.9
5a9d877 is described below

commit 5a9d877565f375cb78224bd69f2f51f8475f9f4e
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]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bdf733f..65f3466 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1445,7 +1445,7 @@
     <commons-validator.version>1.6</commons-validator.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>

Reply via email to