You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by wc...@apache.org on 2021/08/03 10:40:17 UTC

[hbase-filesystem] branch master updated: HBASE-26164 Update dependencies and remove duplicative aws-java-sdk definition (#24)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 01d975d  HBASE-26164 Update dependencies and remove duplicative aws-java-sdk definition (#24)
01d975d is described below

commit 01d975d3aad364f6b56f332a7ed3d8d44a41b86a
Author: Josh Elser <el...@apache.org>
AuthorDate: Tue Aug 3 06:40:10 2021 -0400

    HBASE-26164 Update dependencies and remove duplicative aws-java-sdk definition (#24)
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
    Signed-off-by: Wellington Chevreuil <wc...@apache.org>
---
 hbase-oss/pom.xml |  1 -
 pom.xml           | 12 +++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/hbase-oss/pom.xml b/hbase-oss/pom.xml
index 7713b5e..e346076 100644
--- a/hbase-oss/pom.xml
+++ b/hbase-oss/pom.xml
@@ -34,7 +34,6 @@
 
   <properties>
     <fs.hboss.sync.impl>org.apache.hadoop.hbase.oss.sync.ZKTreeLockManager</fs.hboss.sync.impl>
-    <aws-java-sdk.version>1.11.525</aws-java-sdk.version>
     <shading.prefix>org.apache.hadoop.hbase.oss.thirdparty</shading.prefix>
   </properties>
 
diff --git a/pom.xml b/pom.xml
index 555878a..969e774 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,21 +46,23 @@
          hbase-oss is correct
      -->
     <audience-annotations.version>0.5.0</audience-annotations.version>
-    <aws-java-sdk.version>1.11.525</aws-java-sdk.version>
+    <aws-java-sdk.version>1.11.1026</aws-java-sdk.version>
     <commons-io.version>2.5</commons-io.version>
     <commons-lang3.version>3.6</commons-lang3.version>
     <curator.version>4.2.0</curator.version>
     <enforcer.version>3.0.0-M3</enforcer.version>
     <extra.enforcer.version>1.2</extra.enforcer.version>
     <hadoop2.version>2.9.2</hadoop2.version>
-    <hadoop3.version>3.2.1</hadoop3.version>
+    <hadoop3.version>3.2.2</hadoop3.version>
     <hbase1.version>1.4.10</hbase1.version>
-    <hbase2.version>2.1.4</hbase2.version>
-    <hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
+    <hbase2.version>2.3.6</hbase2.version>
+    <hbase-thirdparty.version>3.5.1</hbase-thirdparty.version>
     <junit.version>4.12</junit.version>
     <log4j.version>1.2.17</log4j.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <zookeeper.version>3.4.10</zookeeper.version>
+    <!-- Keep this in sync with the version of ZK
+         that the corresponding HBase version is using. -->
+    <zookeeper.version>3.5.7</zookeeper.version>
   </properties>
 
   <modules>