We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310a1a5 commit 0d92015Copy full SHA for 0d92015
CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
### Changed
15
16
+- [fj-doc-val-pdfbox] pdfbox version 2.0.33
17
- quarkus-version set to 3.18.0 across al the modules
18
- [fj-doc-maven-plugin] micronaut flavour version set to 4.7.4
19
- [fj-doc-maven-plugin] spring-boot flavour version set to 3.4.1
fj-doc-val-pdfbox/pom.xml
@@ -22,7 +22,7 @@
22
</licenses>
23
24
<properties>
25
- <pdfbox-version>3.0.4</pdfbox-version>
+ <pdfbox-version>2.0.33</pdfbox-version>
26
</properties>
27
28
<build>
0 commit comments