This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git
The following commit(s) were added to refs/heads/main by this push:
new 5c8f534 [FLINK-40133] Update HBase version to 2.6.6
5c8f534 is described below
commit 5c8f534fbd99992c45c47f3becba078358387e5d
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Jul 13 14:53:28 2026 +0200
[FLINK-40133] Update HBase version to 2.6.6
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 44af1b8..d58fdf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
<commons.lang3.version>3.3.2</commons.lang3.version>
<commons.logging.version>1.1.3</commons.logging.version>
<hadoop.version>2.10.2</hadoop.version>
- <hbase2.version>2.6.4</hbase2.version>
+ <hbase2.version>2.6.6</hbase2.version>
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.14</httpcore.version>
<jackson.version>2.13.4.20221013</jackson.version>