You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/10/13 15:34:29 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6573 Update PQS to Avatica 1.19.0

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 07c006c  PHOENIX-6573 Update PQS to Avatica 1.19.0
07c006c is described below

commit 07c006cf17d67437ad02e8cf7899ca274395d76e
Author: Istvan Toth <st...@cloudera.com>
AuthorDate: Wed Oct 13 09:33:01 2021 +0200

    PHOENIX-6573 Update PQS to Avatica 1.19.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b71141..20c5611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
         <commons-collections.version>3.2.2</commons-collections.version>
         <sqlline.version>1.9.0</sqlline.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <avatica.version>1.18.0</avatica.version>
+        <avatica.version>1.19.0</avatica.version>
         <servlet.api.version>3.1.0</servlet.api.version>
         <jsr305.version>3.0.0</jsr305.version>