This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 692a3fa6500 [chore](dep)Upgrade fe dependencies (#61060)
692a3fa6500 is described below

commit 692a3fa65008e9073b4b3c99330def8bdcea3ff0
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Mar 10 12:50:19 2026 +0800

    [chore](dep)Upgrade fe dependencies (#61060)
    
    - parquet to 1.17.0
    - azure-bom to 1.3.4
    - exclude mqtt
---
 fe/pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 47f8427325c..934c3a97eb6 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -255,7 +255,7 @@ under the License.
         
<doris.hive.catalog.shade.version>3.1.1</doris.hive.catalog.shade.version>
         <!-- iceberg 1.9.1 depends avro on 1.12 -->
         <avro.version>1.12.1</avro.version>
-        <parquet.version>1.16.0</parquet.version>
+        <parquet.version>1.17.0</parquet.version>
         <spark.version>3.4.3</spark.version>
         <hudi.version>1.0.2</hudi.version>
         <obs.dependency.scope>compile</obs.dependency.scope>
@@ -422,7 +422,7 @@ under the License.
         <jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
         <asm.version>9.4</asm.version>
         <airlift.concurrent.version>202</airlift.concurrent.version>
-        <azure.sdk.version>1.3.3</azure.sdk.version>
+        <azure.sdk.version>1.3.4</azure.sdk.version>
         <azure.sdk.batch.version>12.22.0</azure.sdk.batch.version>
         <semver4j.version>5.3.0</semver4j.version>
         <aliyun-sdk-oss.version>3.15.0</aliyun-sdk-oss.version>
@@ -1004,6 +1004,12 @@ under the License.
                 <groupId>org.eclipse.paho</groupId>
                 <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
                 <version>${mqtt.version}</version>
+                <!--
+               bce-java-sdk transitively depends on MQTT, but MQTT is not 
required
+               for normal object storage usage. Marked as "provided" to avoid
+               unnecessary runtime dependency.
+               -->
+               <scope>provided</scope>
             </dependency>
             <!-- velocity-engine-core dependency-->
             <dependency>
@@ -1116,7 +1122,7 @@ under the License.
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>
                 <artifactId>logging-interceptor</artifactId>
-                <version>${logging-interceptor.version}</version>
+                <version>${okhttp.version}</version>
             </dependency>
             <!-- 
https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
             <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to