|
@@ -30,7 +30,7 @@
|
|
|
<jasypt.version>3.0.3</jasypt.version>
|
|
|
<admin.version>2.2.2</admin.version>
|
|
|
<io.springfox.version>2.5.0</io.springfox.version>
|
|
|
- <easyexcel.version>2.1.6</easyexcel.version>
|
|
|
+ <easyexcel.version>2.2.6</easyexcel.version>
|
|
|
<jwt.version>0.9.0</jwt.version>
|
|
|
</properties>
|
|
|
|
|
@@ -142,17 +142,17 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
- <version>3.9</version>
|
|
|
+ <version>3.17</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
- <version>3.9</version>
|
|
|
+ <version>3.17</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
- <version>3.9</version>
|
|
|
+ <version>3.17</version>
|
|
|
</dependency>
|
|
|
|
|
|
|