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

morningman pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 460266ff0fe [chore](dependencies)upgrade some dependencies #41901 
(#42173)
460266ff0fe is described below

commit 460266ff0fe306cbeca495457f780910c4f2abfd
Author: Rayner Chen <morning...@163.com>
AuthorDate: Mon Oct 21 19:56:17 2024 +0800

    [chore](dependencies)upgrade some dependencies #41901 (#42173)
    
    cherry pick from #41901
    
    Co-authored-by: Calvin Kirs <k...@apache.org>
---
 fe/pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index bc16baba127..d158b650a55 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -314,7 +314,7 @@ under the License.
          you can find avro version info in iceberg mvn repository -->
         <iceberg.version>1.4.3</iceberg.version>
         <maxcompute.version>0.49.0-public</maxcompute.version>
-        <avro.version>1.11.3</avro.version>
+        <avro.version>1.11.4</avro.version>
         <arrow.version>17.0.0</arrow.version>
         <!-- hudi -->
         <hudi.version>0.14.1</hudi.version>
@@ -347,7 +347,7 @@ under the License.
         <spring-framework.version>5.3.39</spring-framework.version>
         <orc.version>1.8.4</orc.version>
         <zookeeper.version>3.9.2</zookeeper.version>
-        <velocity-engine-core.version>2.3</velocity-engine-core.version>
+        <velocity-engine-core.version>2.4</velocity-engine-core.version>
         <ranger-plugins-common.version>2.4.0</ranger-plugins-common.version>
         <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
         <woodstox.version>6.5.1</woodstox.version>
@@ -1332,6 +1332,11 @@ under the License.
                 <artifactId>avro-ipc</artifactId>
                 <version>${avro.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.avro</groupId>
+                <artifactId>avro-mapred</artifactId>
+                <version>${avro.version}</version>
+            </dependency>
             <!-- 
https://mvnrepository.com/artifact/org.apache.hudi/hudi-common -->
             <dependency>
                 <groupId>org.apache.hudi</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to