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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new cc273e7  PHOENIX-7508 Bump PQS to Phoenix 5.2.1 (#172)
cc273e7 is described below

commit cc273e70d51024896154f41d7919a00937d2ff3a
Author: Emil Kle <[email protected]>
AuthorDate: Wed Jan 15 17:20:05 2025 +0100

    PHOENIX-7508 Bump PQS to Phoenix 5.2.1 (#172)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 523ca45..4412fcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,11 +69,11 @@
         <top.dir>${project.basedir}</top.dir>
         <test.tmp.dir>${project.build.directory}</test.tmp.dir>
 
-        <phoenix.version>5.2.0</phoenix.version>
+        <phoenix.version>5.2.1</phoenix.version>
 
         <!-- Hadoop/Hbase Versions -->
-        <hbase.version>2.5.8-hadoop3</hbase.version>
-        <hadoop.version>3.2.4</hadoop.version>
+        <hbase.version>2.5.10-hadoop3</hbase.version>
+        <hadoop.version>3.3.6</hadoop.version>
         
<phoenix.client.artifactid>phoenix-client-embedded-hbase-2.5</phoenix.client.artifactid>
 
         <!-- Dependency versions -->

Reply via email to