Skip to content

chore(deps): bump org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 9.12.1 in /backend #1260

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 9.12.1.

Release notes

Sourced from org.xhtmlrenderer:flying-saucer-pdf's releases.

v9.12.1

What's Changed

New Contributors

Full Changelog: flyingsaucerproject/flyingsaucer@v9.12.0...v9.12.1

v9.12.0

What's Changed

New Contributors

Full Changelog: flyingsaucerproject/flyingsaucer@v9.11.6...v9.12.0

v9.11.4

What's Changed

New Contributors

Full Changelog: flyingsaucerproject/flyingsaucer@v9.11.3...v9.11.4

v9.11.3

What's Changed

... (truncated)

Changelog

Sourced from org.xhtmlrenderer:flying-saucer-pdf's changelog.

9.12.1 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/33?closed=1

  • Disable external entity access in XMLResource - thanks to Andreas Røsdal (#515)
  • Adds a page to the root layer if there is none - thanks to @​nicolaecismaru (#501)
  • Refactoring (#503) (#516) (#517)
  • Bump openpdf from 2.0.3 to 2.0.5 (#508) (#511)

9.12.0 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/32?closed=1

  • Add support for linear gradients and opacity - thanks to Ondřej Španěl and haberbyte (#493) (#22)
  • Fix border rounding issues and overlap singularities - thanks to Ondřej Španěl (#492)
  • Make mockito a test scoped dependency - thanks to Pim Tegelaar (#497)
  • Refactoring (#498)

9.11.6 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/31?closed=1

  • #486 restore public method setDocument with NamespaceHandler argument (#488)
  • refactoring: removed null checks & simplified code (#487)

9.11.5 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/30?closed=1

  • #481 Inversion between right and left for the border-radius CSS property (#483) (#484)
  • #482 Slightly decrease memory consumption in CSS parser

9.11.4 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/29?closed=1

  • #471 restore method setScaleToFit -- thanks to Wang Xinli (#472)

9.11.3 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/28?closed=1

  • Add support for percent-encoded data URLs -- thanks to Romain Moreau (#457)
  • #466 restore class ToPDF
  • bump PdfBox from 3.0.3 to 3.0.4 (#468)

9.11.2 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/27?closed=1

  • restore class XHTMLPrintable (#451)

9.11.1 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/26?closed=1

  • #447 Broken page headers in version 9.11.0 (#450)

9.11.0 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/25?closed=1

  • Add support for word-break:break-all CSS property -- thanks to Kyle Stephens (#438)
  • #440 Fix relative background image (#441)
  • Fix PDFAsImage scaling -- thanks to JamesScrase-PortSwigger (#442)
  • refactoring: remove setters and make many classes immutable (#434) (#435) (#443)

9.10.2 (29.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/24?closed=1

  • add overloaded method addFontDirectory(... String encoding ...)
  • #431 fix interpretation of cell borders (#432)
  • #429 fix NoSuchElementException in LayoutContext (#433)

9.10.1 (26.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/23?closed=1

  • #426 Fix pdf formatting (#428)
  • #425 restore method ITestRenderer.getWriter() (#427)

9.10.0 (24.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/22?closed=1

... (truncated)

Commits
  • 7e9e170 release FlyingSaucer 9.12.1
  • dcd1a0e [refactor] simplify implementation of NthChildCondition
  • 0581662 [refactor] convert old-school switch to switch expression in NthChildCondition
  • ed56a75 [refactor] convert old-school switch to switch expression
  • ecee6fc [refactor] remove lots of unused code in ValueConstants
  • 1ef17be [refactor] remove unneeded units from "0px" and "0em"
  • c1dd2f7 [refactor] fix Explicit type can be replaced with '<>'"
  • 9c201f9 [refactor] fix "Redundant 'throws' clause"
  • 1f4fed8 [refactor] fix "Unchecked cast: 'java.lang.Object' to 'java.util.Map.Entry<...>"
  • 17ac00a [refactor] convert int flags to enum
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.xhtmlrenderer:flying-saucer-pdf](https://github.com/flyingsaucerproject/flyingsaucer) from 9.1.22 to 9.12.1.
- [Release notes](https://github.com/flyingsaucerproject/flyingsaucer/releases)
- [Changelog](https://github.com/flyingsaucerproject/flyingsaucer/blob/main/CHANGELOG.md)
- [Commits](flyingsaucerproject/flyingsaucer@v9.1.22...v9.12.1)

---
updated-dependencies:
- dependency-name: org.xhtmlrenderer:flying-saucer-pdf
  dependency-version: 9.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 17, 2025
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants