Skip to content

Commit

Permalink
升级pdfbox和poi版本,解决安全问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjlbmn committed Oct 18, 2018
1 parent 588ca74 commit 6f7f235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>net.coobird</groupId>
Expand Down

0 comments on commit 6f7f235

Please sign in to comment.