Skip to content
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

Bump openpdf from 1.3.24 to 1.3.26 #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2021

Bumps openpdf from 1.3.24 to 1.3.26.

Release notes

Sourced from openpdf's releases.

OpenPDF 1.3.26 has been released. OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. This release contains these new improvements:

Resolved issues

  • Fix #69: NullPointerException due to missing trailer (on bad startxref?)
  • Fix #330: Extracting text from PDF with embedded Identity-H font fails
  • Fix #392: FontSelector.process should NOT skip characters
  • Fix #399: KeepTogether in paragraph broken with more than one chunk and different font
  • Fix #454: Tab character is not visible in the PDF generated as glyph substitution not working
  • Fix #500: NullPointerException using PdfCopyFields (broken since v1.1.0)
  • Fix #502: NPE when exporting JasperPrint to PDF/A document
  • Fix #512: Wrong OSGI import for javax.annotation
  • Fix #517: The size pdf always be bigger than iText5
  • Fix #529: error with PDFTextExtractor

Other improvements

  • Fix: An improper assertion of TabTest
  • Fix IndexOutOfBoundsException is thrown while getting Metadata of huge files
  • Make drawing circles more accurate by changing the bezier constant
  • Support Text Extract for symbol font and ZapfDingbats font

Updated dependencies

  • Bump checkstyle from 8.40 to 8.42
  • Bump jfreechart from 1.5.2 to 1.5.3
  • Bump maven-bundle-plugin from 5.1.1 to 5.1.2
  • Bump maven-jxr-plugin from 3.0.0 to 3.1.1
  • Bump mockito-core from 3.7.7 to 3.9.0
  • Bump pitest-junit5-plugin from 0.12 to 0.14

Update to the latest OpenPDF version by using this in your pom.xml file:

  <dependency>
      <groupId>com.github.librepdf</groupId>
      <artifactId>openpdf</artifactId>
      <version>1.3.26</version>
  </dependency>

OpenPDF 1.3.25 has been released. OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. This release contains these new improvements:

  • [bugfix] Check if the annotation belongs to a valid page
  • [bugfix] Check if the returned ANNOTS object is not PdfNull
  • [bugfix] Fix #318: Small unit test checking that a single paragraph should create a single page.
  • [bugfix] Fix #394: Avoid Exception parsing RegEx
  • [bugfix] Fix #405: Bold+Underline is bolder than expected
  • [code] CheckStyle checks on actions
  • [code] CheckStyle rules updated
  • [code] Maven cleanups
  • [doc] Create pull_request_template.md
  • [doc] Documenting correct version of bouncycastle

... (truncated)

Commits
  • 77dd308 Set version to 1.3.26
  • 497c07f Bug Fix 512: Fix wrong OSGI header for javax.annotation package
  • 76c20ac Update FopGlyphProcessor.java
  • 96d5a23 Update PdfTextExtractorTest.java
  • d0c19c7 Support symbol font
  • a5a7113 Fix #392: FontSelector.process should NOT skip characters
  • 5836de7 Bump checkstyle from 8.41.1 to 8.42
  • 23fba37 Fix #399: KeepTogether in paragraph broken with more than one chunk and diffe...
  • 33c6614 Corrected README.md
  • 33d2e3e [BugFixe]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [openpdf](https://github.com/LibrePDF/OpenPDF) from 1.3.24 to 1.3.26.
- [Release notes](https://github.com/LibrePDF/OpenPDF/releases)
- [Commits](LibrePDF/OpenPDF@1.3.24...1.3.26)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants