This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a2b707b3f9a [improve][io] Upgrade HBase to 2.4.15 (#19249)
a2b707b3f9a is described below
commit a2b707b3f9a2a2382d2bc2974fbba48a197f1059
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Jan 18 18:11:54 2023 +0900
[improve][io] Upgrade HBase to 2.4.15 (#19249)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8f2a0766d63..0d323bfb1a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@ flexible messaging model and an intuitive client
API.</description>
<opencensus.version>0.28.0</opencensus.version>
<hadoop2.version>2.10.2</hadoop2.version>
<hadoop3.version>3.3.4</hadoop3.version>
- <hbase.version>2.4.9</hbase.version>
+ <hbase.version>2.4.15</hbase.version>
<guava.version>31.0.1-jre</guava.version>
<jcip.version>1.0</jcip.version>
<prometheus-jmx.version>0.16.1</prometheus-jmx.version>