Skip to content

Commit

Permalink
Upgraded POI to 5.2.1 to address vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
taciano-perez committed Jul 24, 2024
1 parent a361c87 commit da9fe4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.0.0</version>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>5.0.0</version>
<version>5.2.1</version>
</dependency>
<!-- MS Word DOCX -->
<!-- <dependency>-->
Expand Down

0 comments on commit da9fe4f

Please sign in to comment.