Skip to content

Commit c9123c2

Browse files
committed
upgrade pdfbox
1 parent f9905d6 commit c9123c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- #458
33
- #788
44
- #790
5+
- upgrade from PDFBOX 3.0.2 to 3.0.5
6+
57
2.16.4
68
=======
79
2025-04-19

library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110
<dependency>
111111
<groupId>org.apache.pdfbox</groupId>
112112
<artifactId>preflight</artifactId>
113-
<version>3.0.2</version>
113+
<version>3.0.5</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.pdfbox</groupId>
117117
<artifactId>pdfbox</artifactId>
118-
<version>3.0.2</version>
118+
<version>3.0.5</version>
119119
</dependency>
120120
<!-- DOM4j -->
121121
<dependency>

validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.apache.pdfbox</groupId>
6161
<artifactId>pdfbox</artifactId>
62-
<version>3.0.2</version>
62+
<version>3.0.5</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>jakarta.xml.bind</groupId>

0 commit comments

Comments
 (0)