Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- quarkus-version set to 3.23.2 across all the modules

### Fixed

- openpdf-version set to 1.3.43 <https://github.com/fugerit-org/fj-doc/issues/452>

## [8.13.11] - 2025-05-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion fj-doc-mod-openpdf-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Renderer for PDF format, based on https://github.com/LibrePDF/OpenPDF</description>

<properties>
<openpdf-version>2.0.5</openpdf-version>
<openpdf-version>1.3.43</openpdf-version>
</properties>

<licenses>
Expand Down
Loading