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 dae48e2  PHOENIX-7301 Update Avatica to 1.25.0 (#151)
dae48e2 is described below

commit dae48e2d008619916c1a459f65e281ae2684ae22
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Apr 17 17:47:14 2024 +0200

    PHOENIX-7301 Update Avatica to 1.25.0 (#151)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 048bf38..51f24bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,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.24.0</avatica.version>
+        <avatica.version>1.25.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>

Reply via email to