Skip to content

Commit 1332f28

Browse files
authored
[chore](dependencies)upgrade some dependencies (apache#41901) (apache#42047)
## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> (cherry picked from commit 9cfc3f1) apache#41901
1 parent fb12e10 commit 1332f28

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

fe/pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ under the License.
316316
you can find avro version info in iceberg mvn repository -->
317317
<iceberg.version>1.4.3</iceberg.version>
318318
<maxcompute.version>0.49.0-public</maxcompute.version>
319-
<avro.version>1.11.3</avro.version>
319+
<avro.version>1.11.4</avro.version>
320320
<arrow.version>17.0.0</arrow.version>
321321
<!-- hudi -->
322322
<hudi.version>0.14.1</hudi.version>
@@ -344,7 +344,7 @@ under the License.
344344
<spring-framework.version>5.3.39</spring-framework.version>
345345
<orc.version>1.8.4</orc.version>
346346
<zookeeper.version>3.9.2</zookeeper.version>
347-
<velocity-engine-core.version>2.3</velocity-engine-core.version>
347+
<velocity-engine-core.version>2.4</velocity-engine-core.version>
348348
<ranger-plugins-common.version>2.4.0</ranger-plugins-common.version>
349349
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
350350
<woodstox.version>6.5.1</woodstox.version>
@@ -1285,6 +1285,11 @@ under the License.
12851285
<artifactId>avro-ipc</artifactId>
12861286
<version>${avro.version}</version>
12871287
</dependency>
1288+
<dependency>
1289+
<groupId>org.apache.avro</groupId>
1290+
<artifactId>avro-mapred</artifactId>
1291+
<version>${avro.version}</version>
1292+
</dependency>
12881293
<!-- https://mvnrepository.com/artifact/org.apache.hudi/hudi-common -->
12891294
<dependency>
12901295
<groupId>org.apache.hudi</groupId>

0 commit comments

Comments
 (0)