Skip to content

Commit

Permalink
Update PDFBox to 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed May 3, 2021
1 parent 155de18 commit afc311e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
TIFF pyramid level to be selected, resulting in unnecessary scaling.
* Fixed a bug whereby corrupt image data could be written to a derivative
cache.
* Updated the PDFBox dependency to address the following security
vulnerability: CVE-2021-27807, CVE-2021-27906.

## 4.1.8

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.15</version>
<version>2.0.23</version>
</dependency>
<!-- Assists PDFBox in decoding JBIG2-encoded images -->
<dependency>
Expand Down

0 comments on commit afc311e

Please sign in to comment.