Skip to content

Commit

Permalink
Upgrade PDFBox to Version 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rototor committed Feb 24, 2020
1 parent d9db8e1 commit adc72b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ HTML (which you can generate with any template engine you like, e.g. Apache Free

Version 0.26 (to be released):
- Added a [CMYK color mapper](src/main/java/de/rototor/pdfbox/graphics2d/RGBtoCMYKColorMapper.java), which converts the paint colors to CMYK using an ICC Profile. Thanks to @larrylynn-wf for providing this feature [#22](https://github.com/rototor/pdfbox-graphics2d/issues/22).
- Upgrade to PDFBox 2.0.18
- Upgrade to PDFBox 2.0.19

Version 0.25:
- Upgrade to PDFBox 2.0.17
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.18</version>
<version>2.0.19</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit adc72b3

Please sign in to comment.