This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 9b4cafdb4c7 Bump avatica to latest (#18421)
9b4cafdb4c7 is described below
commit 9b4cafdb4c74abd3d3d1b8b6520d741650be1519
Author: Lucas Capistrant <[email protected]>
AuthorDate: Wed Aug 27 06:07:46 2025 -0500
Bump avatica to latest (#18421)
---
licenses.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index e1d3326ef35..da14eb9ef0d 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1707,7 +1707,7 @@ name: Apache Calcite Avatica
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 1.25.0
+version: 1.26.0
libraries:
- org.apache.calcite.avatica: avatica-core
- org.apache.calcite.avatica: avatica-metrics
diff --git a/pom.xml b/pom.xml
index 410e509723a..2ebc6455046 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<apache.ranger.version>2.4.0</apache.ranger.version>
<gson.version>2.10.1</gson.version>
<scala.library.version>2.13.14</scala.library.version>
- <avatica.version>1.25.0</avatica.version>
+ <avatica.version>1.26.0</avatica.version>
<avro.version>1.11.4</avro.version>
<!--
The base calcite parser was copied into the project; when updating
Calcite run dev/upgrade-calcite-parser to adopt upstream changes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]