This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 080684214fd branch-4.0: [chore](dep)Upgrade fe dependencies #61060
(#61162)
080684214fd is described below
commit 080684214fdc26aee528584ed7c96b09457521b9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 15:35:50 2026 +0800
branch-4.0: [chore](dep)Upgrade fe dependencies #61060 (#61162)
Cherry-picked from #61060
Co-authored-by: Calvin Kirs <[email protected]>
---
fe/pom.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/fe/pom.xml b/fe/pom.xml
index 0417de8aacd..6c3cfe4773d 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -224,7 +224,7 @@ under the License.
<doris.hive.catalog.shade.version>3.1.0</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>
@@ -391,7 +391,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>
@@ -973,6 +973,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>
@@ -1085,7 +1091,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]