Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

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

Release notes

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

v10.0.6

What's Changed

Full Changelog: flyingsaucerproject/flyingsaucer@v10.0.5...v10.0.6

v10.0.5

What's Changed

Full Changelog: flyingsaucerproject/flyingsaucer@v10.0.4...v10.0.5

v10.0.4

What's Changed

New Contributors

Full Changelog: flyingsaucerproject/flyingsaucer@v10.0.3...v10.0.4

v10.0.3

What's Changed

Full Changelog: flyingsaucerproject/flyingsaucer@v10.0.2...v10.0.3

v10.0.2

What's Changed

... (truncated)

Changelog

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

10.0.6 (24.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/44?closed=1

  • #611 fix NPE when table doesn't have "content limited border" (#615)
  • Refactoring (#616)

10.0.5 (24.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/43?closed=1

  • #606 fix "Apply parent cell clipping to layers inside paginated tables" (#610)
  • #596 fix "Incorrect background color area in table cells" (#608)
  • #611 fix NPE when rendering tables (#608)

10.0.4 (17.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/42?closed=1

  • #596 Fix issue "The cell borders are rendered outside the table border" / by Chanhyuk Lee (#603)
  • Minor refactoring of tables (#604)
  • refactoring: Generate Lexer.java on every build (#601)

10.0.3 (21.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/41?closed=1

  • Enable PDF compression and specify PDF creator and producer / by Andreas Røsdal (#586)
  • dynamically generate "pdf producer" containing actual FlyingSaucer and OpenPdf versions / by Andrei Solntsev (#588)

10.0.2 (19.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/40?closed=1

  • #477 Fix location of unordered list item marker for multiline items / by Harald Amon (#584)
  • Refactoring / by Andrei Solntsev (#585)

10.0.1 (17.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/39?closed=1

  • fix: Exclude legacy XML libraries to prevent JPMS conflicts / by Andreas Røsdal (#580)
  • cleanup: Remove leftover debug System.out write / by Tobias G (#563)
  • cleanup: remove most of System.out usages / by Andrei Solntsev (#564)
  • refactor: make OutputDevice.drawImage() parameter generic / by Andrei Solntsev (#576)
  • refactor: don't reference subclass NullImage from superclass AWTFSImage to avoid classloading / by Andrei Solntsev (#579)
  • refactor: convert setter to constructor parameter / by Andrei Solntsev (#564)
  • dep: Bump SWT from 3.130.0 to 3.131.0 / by dependabot (#562)

10.0.0 (05.09.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/35?closed=1

  • Require Java 21 by Andreas Røsdal (#527)
  • #554 update to OpenPDF 3.0.0 by Dennis Roppelt (#556)

9.13.3 (24.08.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/38?closed=1

  • #550 fix image URL when it's not relative to CSS url (#558)
  • load latest SWT binaries from Maven central repo (#559)

9.13.2 (11.08.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/37?closed=1

  • enable anti-aliasing by default

9.13.1 (17.07.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/36?closed=1

  • #530 fix page-break-inside: - thanks to xlaussel (#536)
  • #537 #540 fix size of base64-encoded images (#541)
  • #539 restore original design of ITextFSImage (#541)

... (truncated)

Commits
  • e25e952 release FlyingSaucer 10.0.6
  • 20ee92f [refactor] convert class FontSpecification to record
  • 516fc7d [refactor] use List.of instead of Arrays.asList
  • 8354b0a [refactor] use Locale.ROOT instead of Locale.US
  • b9587ed [refactor] convert class to record
  • 5c8cdd2 [refactor] minor IDE suggestions
  • 40e05fd [refactor] convert confusing floating-point literal to a canonical form
  • 8ebf4bb [refactor] remove unused setters from ContentLimit
  • 0220681 [refactor] extract constructor logic from ConstantConverter to reusable class...
  • 6db9720 [refactor] remove unneeded @​NonNull annotation
  • 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 10.0.6.
- [Release notes](https://github.com/flyingsaucerproject/flyingsaucer/releases)
- [Changelog](https://github.com/flyingsaucerproject/flyingsaucer/blob/main/CHANGELOG.md)
- [Commits](flyingsaucerproject/flyingsaucer@v9.1.22...v10.0.6)

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

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 Jan 21, 2026
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.

2 participants