Skip to content

Commit

Permalink
[Chore](dependencies)upgrade dependencies (#47127)
Browse files Browse the repository at this point in the history
upgrade commons-io to 2.18.0
upgrade protobuf to 3.25.5
binding avro to 1.13.4
upgrade jetty to 9.4.57.v20241219
upgrade azure to 1.2.30
upgrade spring to 5.3.39
  • Loading branch information
CalvinKirs authored Feb 2, 2025
1 parent 6764fee commit fb8324c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
1 change: 0 additions & 1 deletion fe/be-java-extensions/hadoop-hudi-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ under the License.
<doris.home>${basedir}/../../</doris.home>
<fe_ut_parallel>1</fe_ut_parallel>
<hudi.version>0.15.0</hudi.version>
<avro.version>1.11.3</avro.version>
<luben.zstd.jni.version>1.5.4-2</luben.zstd.jni.version>
<hive-apache.version>3.1.2-22</hive-apache.version>
</properties>
Expand Down
17 changes: 14 additions & 3 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ under the License.
<je.version>18.3.14-doris-SNAPSHOT</je.version>
<jflex.version>1.4.3</jflex.version>
<jmockit.version>1.49</jmockit.version>
<commons-io.version>2.7</commons-io.version>
<commons-io.version>2.18.0</commons-io.version>
<json-simple.version>1.1.1</json-simple.version>
<junit.version>5.8.2</junit.version>
<hikaricp.version>6.0.0</hikaricp.version>
Expand Down Expand Up @@ -356,7 +356,7 @@ under the License.
<woodstox.version>6.5.1</woodstox.version>
<kerby.version>2.0.3</kerby.version>
<jettison.version>1.5.4</jettison.version>
<jetty.version>9.4.56.v20240826</jetty.version>
<jetty.version>9.4.57.v20241219</jetty.version>
<immutables.version>2.9.3</immutables.version>
<ivy.version>2.5.2</ivy.version>
<icu4j.version>75.1</icu4j.version>
Expand All @@ -372,10 +372,11 @@ under the License.
<flatbuffers.version>1.12.0</flatbuffers.version>
<jacoco.version>0.8.10</jacoco.version>
<trino.version>435</trino.version>
<nimbusds.version>10.0.1</nimbusds.version>
<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.2.29</azure.sdk.version>
<azure.sdk.version>1.2.30</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>
Expand Down Expand Up @@ -625,6 +626,11 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop.thirdparty</groupId>
<artifactId>hadoop-shaded-guava</artifactId>
Expand Down Expand Up @@ -1653,6 +1659,11 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>${nimbusds.version}</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand Down

0 comments on commit fb8324c

Please sign in to comment.