This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new a62cc67fbe PHOENIX-7320 Upgrade HBase 2.4 to 2.4.18 (#1898)
a62cc67fbe is described below
commit a62cc67fbe8eb4293b4b4e7ed33f2b17a1fa36de
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Jun 3 19:28:28 2024 +0200
PHOENIX-7320 Upgrade HBase 2.4 to 2.4.18 (#1898)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9423c370e2..d7476dc91a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<hbase-2.2.runtime.version>2.2.7</hbase-2.2.runtime.version>
<hbase-2.3.runtime.version>2.3.7</hbase-2.3.runtime.version>
<hbase-2.4.0.runtime.version>2.4.0</hbase-2.4.0.runtime.version>
- <hbase-2.4.runtime.version>2.4.17</hbase-2.4.runtime.version>
+ <hbase-2.4.runtime.version>2.4.18</hbase-2.4.runtime.version>
<hbase-2.5.0.runtime.version>2.5.3-hadoop3</hbase-2.5.0.runtime.version>
<hbase-2.5.runtime.version>2.5.8-hadoop3</hbase-2.5.runtime.version>