We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85e045 commit 1bb91edCopy full SHA for 1bb91ed
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
12
+- openpdf version set to 1.3.43
13
- bouncy-castle-version set to 1.78
14
- fj-version set to 8.5.4
15
- [playground-quarkus] quarkus-version set to 3.9.2
fj-doc-mod-openpdf-ext/pom.xml
@@ -14,7 +14,7 @@
<description>Renderer for PDF format, based on https://github.com/LibrePDF/OpenPDF</description>
16
<properties>
17
- <openpdf-version>1.3.42</openpdf-version>
+ <openpdf-version>1.3.43</openpdf-version>
18
</properties>
19
20
<licenses>
0 commit comments