build(deps): bump org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 10.5.0 - #77
Merged
rahilsh merged 4 commits intoAug 22, 2026
Conversation
Bumps [org.xhtmlrenderer:flying-saucer-pdf](https://github.com/flyingsaucerproject/flyingsaucer) from 9.1.22 to 10.5.0. - [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.5.0) --- updated-dependencies: - dependency-name: org.xhtmlrenderer:flying-saucer-pdf dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabotBotforce-pushed
the
dependabot/maven/org.xhtmlrenderer-flying-saucer-pdf-10.5.0
branch
from
August 22, 2026 09:55
16c1f1e to
a835765Compare…lity - Exclude xml-apis-ext transitive dep from flying-saucer (jitpack artifact is broken) - Add xml-apis:xml-apis-ext:1.3.04 directly from Maven Central fallback - Add slf4j-api (required by flying-saucer 10.x) and slf4j-simple for tests - Update HTMLToPDF to use ITextRenderer.fromUrl() static factory (10.x API) - Catch org.openpdf.text.DocumentException instead of removed com.lowagie variant
…rtifact xml-apis:xml-apis-ext does not exist on Maven Central (both 1.3.04 and 2.2 are empty artifacts). Simply excluding it from the flying-saucer transitive dependency tree is sufficient since Batik SVG support is not used here.
Uh oh!
There was an error while loading. Please reload this page.
dependabotBot
deleted the
dependabot/maven/org.xhtmlrenderer-flying-saucer-pdf-10.5.0
branch
August 22, 2026 10:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 10.5.0.
Compatibility fixes
Flying Saucer 10.x introduced breaking changes that required the following fixes:
batik-codecpulls inxml-apis-ext:1.3.04via jitpack.io, which serves an empty/invalid jar. Excluded it from the flying-saucer dependency tree and added a direct Maven Central declaration instead.ITextRenderer.setDocument(String url)was removed in 10.x. UpdatedHTMLToPDFto use the newITextRenderer.fromUrl(url)static factory.slf4j-apias a compile dependency andslf4j-simpleas a test dependency.com.lowagie.text.DocumentExceptionno longer exists; updated catch toorg.openpdf.text.DocumentException.Release notes
Sourced from org.xhtmlrenderer:flying-saucer-pdf's releases.