This is an automated email from the ASF dual-hosted git repository.
luoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new b5621a0 DRILL-8025: Bump HBase client version to 2.4.8
b5621a0 is described below
commit b5621a031cc6f9293e6052bb9cddc2c68b2fa698
Author: Christian Pfarr <[email protected]>
AuthorDate: Fri Nov 12 20:59:23 2021 +0100
DRILL-8025: Bump HBase client version to 2.4.8
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2456ad3..4916bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
-->
<hive.version>3.1.2</hive.version>
<hadoop.version>3.2.2</hadoop.version>
- <hbase.version>2.4.2</hbase.version>
+ <hbase.version>2.4.8</hbase.version>
<fmpp.version>1.0</fmpp.version>
<freemarker.version>2.3.28</freemarker.version>
<javassist.version>3.27.0-GA</javassist.version>