Skip to content

Commit

Permalink
[chore](dependencies)upgrade some dependencies (apache#41901)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

(cherry picked from commit 9cfc3f1)
  • Loading branch information
CalvinKirs committed Oct 17, 2024
1 parent 4d04db4 commit d956ad3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,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>
Expand Down Expand Up @@ -344,7 +344,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>
Expand Down Expand Up @@ -1285,6 +1285,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>
Expand Down

0 comments on commit d956ad3

Please sign in to comment.