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 7542bfc PHOENIX-7531 Update Avatica to 1.26.0 in QueryServer (#174)
7542bfc is described below
commit 7542bfc024c92101e58849bb210c94b439f76dd7
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Feb 26 11:20:24 2025 +0100
PHOENIX-7531 Update Avatica to 1.26.0 in QueryServer (#174)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f260875..687676f 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.25.0</avatica.version>
+ <avatica.version>1.26.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>