chore(deps): bump org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 9.13.2 in /backend
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
dependencies java
Bumps org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 9.13.2.
Release notes
Sourced from org.xhtmlrenderer:flying-saucer-pdf's releases.
v9.13.1
What's Changed
- #530 page-break-inside: avoid not working fix by
@xlausselin flyingsaucerproject/flyingsaucer#536- #537 #540 fix size of base64-encoded images by
@asolntsevin flyingsaucerproject/flyingsaucer#541- #539 restore original design of ITextFSImage by
@asolntsevin flyingsaucerproject/flyingsaucer#541New Contributors
@xlausselmade their first contribution in flyingsaucerproject/flyingsaucer#536Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.13.0...v9.13.1
v9.13.0
What's Changed
- Support SVG images
@asolntsevin flyingsaucerproject/flyingsaucer#523- support "classpath:" URLs with leading slash (#523)
- support "lower-greek" and "upper-greek" list styles
@asolntsevin flyingsaucerproject/flyingsaucer#522- bump log4j from 2.24.3 to 2.25.0 by
@dependabotin flyingsaucerproject/flyingsaucer#520Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.12.1...v9.13.0
v9.12.1
What's Changed
Disable external entity access in XMLResource by
@andreasrosdalin flyingsaucerproject/flyingsaucer#515Adds a page to the root layer if there is none by
@nicolaecismaruin flyingsaucerproject/flyingsaucer#501simplify code & add tests by
@asolntsevin flyingsaucerproject/flyingsaucer#503Eliminate duplicate code by
@asolntsevin flyingsaucerproject/flyingsaucer#516Refactoring by
@asolntsevin flyingsaucerproject/flyingsaucer#517Bump error_prone.version from 2.37.0 to 2.38.0 by
@dependabotin flyingsaucerproject/flyingsaucer#499Bump org.jsoup:jsoup from 1.19.1 to 1.20.1 by
@dependabotin flyingsaucerproject/flyingsaucer#502Bump pdfbox.version from 3.0.4 to 3.0.5 by
@dependabotin flyingsaucerproject/flyingsaucer#504Bump org.apache.xmlgraphics:fop from 2.10 to 2.11 by
@dependabotin flyingsaucerproject/flyingsaucer#505Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 by
@dependabotin flyingsaucerproject/flyingsaucer#507Bump com.github.librepdf:openpdf from 2.0.3 to 2.0.4 by
@dependabotin flyingsaucerproject/flyingsaucer#508Bump com.github.librepdf:openpdf from 2.0.4 to 2.0.5 by
@dependabotin flyingsaucerproject/flyingsaucer#511Bump org.junit:junit-bom from 5.12.2 to 5.13.0 by
@dependabotin flyingsaucerproject/flyingsaucer#512Bump org.junit:junit-bom from 5.13.0 to 5.13.1 by
@dependabotin flyingsaucerproject/flyingsaucer#514New Contributors
@nicolaecismarumade their first contribution in flyingsaucerproject/flyingsaucer#501Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.12.0...v9.12.1
v9.12.0
What's Changed
- Fix border rounding issues and overlap singularities by
@OndrejSpanelin flyingsaucerproject/flyingsaucer#492- Revieve linear gradients and opacity PR by
@OndrejSpanelin flyingsaucerproject/flyingsaucer#493- Make mockito a test scoped dependency by
@pimtegelaarin flyingsaucerproject/flyingsaucer#497- Refactoring by
@asolntsevin flyingsaucerproject/flyingsaucer#498
... (truncated)
Changelog
Sourced from org.xhtmlrenderer:flying-saucer-pdf's changelog.
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)
9.13.0 (28.06.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/34?closed=1
- Support SVG images (#523)
- support "classpath:" URLs with leading slash (#523)
- support "lower-greek" and "upper-greek" list styles (#522)
- bump log4j from 2.24.3 to 2.25.0 (#520)
9.12.1 (17.06.2025) - 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 (17.04.2025) - 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 (08.04.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/31?closed=1
- #486 restore public method
setDocumentwithNamespaceHandlerargument (#488)- refactoring: removed null checks & simplified code (#487)
9.11.5 (29.03.2025) - 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 (21.02.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/29?closed=1
9.11.3 (29.01.2025) - 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 (02.12.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/27?closed=1
- restore class XHTMLPrintable (#451)
9.11.1 (22.11.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/26?closed=1
9.11.0 (12.11.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/25?closed=1
- Add support for
word-break:break-allCSS property -- thanks to Kyle Stephens (#438)
... (truncated)
Commits
0c3ee4brelease FlyingSaucer 9.13.2642eebeenable anti-aliasing by defaultfc78d05enable anti-aliasing by default857e2f9Bump org.assertj:assertj-core from 3.27.3 to 3.27.4f85874fBump error_prone.version from 2.40.0 to 2.41.02a8eff4Bump org.junit:junit-bom from 5.13.3 to 5.13.4dc49383Bump commons-io:commons-io from 2.19.0 to 2.20.0b96fa89add Badge with Maven Central link to READMEc4d81a9don't trigger CI build if only README etc. has been changed10fa481working on FlyingSaucer 9.13.2- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
org.xhtmlrenderer:flying-saucer-pdf
maven
9.1.22 → 9.13.2
Minor
/backend
Technical Details
| ID: | 4914764 |
| UUID: | 2736636285 |
| Node ID: | PR_kwDOKVqxZ86jHcF9 |
| Host: | GitHub |
| Repository: | utmstack/UTMStack |
| Merge State: | Unknown |