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 9cfc3f16681 [chore](dependencies)upgrade some dependencies (#41901)
9cfc3f16681 is described below
commit 9cfc3f16681cd1ef5b8371e03d88b014e4c0a3a0
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed Oct 16 12:33:40 2024 +0800
[chore](dependencies)upgrade some dependencies (#41901)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
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: [email protected]
For additional commands, e-mail: [email protected]