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 2024/01/09 09:27:04 UTC

(phoenix-queryserver) branch master updated: PHOENIX-7136 Update Avatica to 1.24.0 in Query Server

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 1a359e8  PHOENIX-7136 Update Avatica to 1.24.0 in Query Server
1a359e8 is described below

commit 1a359e8e9fe73d1f5eec2ac1c935f7902cd47fbf
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Dec 13 15:19:45 2023 +0100

    PHOENIX-7136 Update Avatica to 1.24.0 in Query Server
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e1aa17..d93ca8e 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.36</slf4j.version>
-        <avatica.version>1.23.0</avatica.version>
+        <avatica.version>1.24.0</avatica.version>
         <servlet.api.version>3.1.0</servlet.api.version>
         <jsr305.version>3.0.0</jsr305.version>
         <log4j2.version>2.20.0</log4j2.version>