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

fanningpj pushed a commit to branch pjfanning-patch-4
in repository https://gitbox.apache.org/repos/asf/drill.git

commit f8fd741fd5c56d55cb1d011333fc7536e3ff3c00
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Fri Jan 3 08:23:25 2025 +0100

    [MINOR UPDATE] upgrade Phoenix to 5.2.1
---
 contrib/storage-phoenix/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml
index e21dd3a9b6..64d491ebac 100644
--- a/contrib/storage-phoenix/pom.xml
+++ b/contrib/storage-phoenix/pom.xml
@@ -29,9 +29,9 @@
   <name>Drill : Contrib : Storage : Phoenix</name>
 
   <properties>
-    <phoenix.version>5.1.3</phoenix.version>
-    <!-- Limit the HBase minicluster version to 2.4.x to avoid a dependency 
conflict. -->
-    <hbase.minicluster.version>2.4.17</hbase.minicluster.version>
+    <phoenix.version>5.2.1</phoenix.version>
+    <!-- Limit the HBase minicluster version to 2.5.x to avoid a dependency 
conflict. -->
+    <hbase.minicluster.version>2.5.10</hbase.minicluster.version>
     <skipTests>false</skipTests>
   </properties>
 

Reply via email to