diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-03-15 17:16:10 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-03-15 17:16:10 +0000 |
commit | bdff72668e409326a1a1b3007030b04046dceb7e (patch) | |
tree | 9256751a339d2cb7a35527bd9c1b111e5354e1e9 /build.gradle | |
parent | f4af02bb24abdfbd39e8a19e2114fadb6f6ef2fa (diff) | |
download | poi-bdff72668e409326a1a1b3007030b04046dceb7e.tar.gz poi-bdff72668e409326a1a1b3007030b04046dceb7e.zip |
pdfbox 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 151807f096..becb1c7b9f 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ subprojects { xmlbeansVersion = '5.2.0' batikVersion = '1.17' graphics2dVersion = '3.0.1' - pdfboxVersion = '3.0.1' + pdfboxVersion = '3.0.2' saxonVersion = '12.4' xmlSecVersion = '3.0.4' apiGuardianVersion = '1.1.2' |