Skip to content

Commit

Permalink
【依赖升级】easyexcel from 3.3.4 to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Sep 29, 2024
1 parent 9ee9bb4 commit 6311bbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions yudao-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<lombok.version>1.18.34</lombok.version>
<mapstruct.version>1.6.2</mapstruct.version>
<hutool.version>5.8.32</hutool.version>
<easyexcel.verion>3.3.4</easyexcel.verion>
<easyexcel.verion>4.0.3</easyexcel.verion>
<velocity.version>2.4</velocity.version>
<fastjson.version>1.2.83</fastjson.version>
<guava.version>33.2.1-jre</guava.version>
Expand All @@ -76,7 +76,8 @@
<!-- 三方云服务相关 -->
<okio.version>3.5.0</okio.version>
<okhttp3.version>4.11.0</okhttp3.version>
<commons-io.version>2.15.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>
<commons-compress.version>1.27.1</commons-compress.version>
<minio.version>8.5.7</minio.version>
<justauth.version>1.0.8</justauth.version>
<jimureport.version>1.7.8</jimureport.version>
Expand Down Expand Up @@ -540,6 +541,11 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
Expand Down

0 comments on commit 6311bbb

Please sign in to comment.