-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade PDFBox and PDFBoxGraphics2D #842
base: open-dev-v1
Are you sure you want to change the base?
Conversation
PDFBox' <2.0.26 have CVEs, this bumps to the latest stable versions
@@ -152,7 +152,7 @@ | |||
</build> | |||
|
|||
<properties> | |||
<pdfbox.version>2.0.25</pdfbox.version> | |||
<pdfbox.version>2.0.26</pdfbox.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe upgrade to 2.0.27
@@ -100,7 +100,7 @@ | |||
<dependency> | |||
<groupId>de.rototor.pdfbox</groupId> | |||
<artifactId>graphics2d</artifactId> | |||
<version>0.34</version> | |||
<version>0.38</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe upgrade to 0.41
Current PdfBox version is 2.0.29 and graphics2d 0.43 I've compiled the current 1.10 release against these versions. While compilation works fine (no API changes ;) ), I have 3 failing tests now:
On the current open-dev-v1 branch, only the @danfickle I see, the last contribution in this repo was 1. April 2022 and it seems that you are no longer active on Github. |
PDFBox' <2.0.26 have CVEs, this bumps to the latest stable versions