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 58d3b13 PHOENIX-7706 Update Avatica to 1.27.0 in Query Server (#184)
58d3b13 is described below
commit 58d3b134cb8d558ba0dde56cb7476cb693b41aae
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Sep 30 18:05:39 2025 +0200
PHOENIX-7706 Update Avatica to 1.27.0 in Query Server (#184)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0ef59cd..72f6aa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<commons-io.version>2.18.0</commons-io.version>
<sqlline.version>1.9.0</sqlline.version>
<slf4j.version>1.7.36</slf4j.version>
- <avatica.version>1.26.0</avatica.version>
+ <avatica.version>1.27.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>