diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-07-03 14:32:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-07-03 14:32:05 +0000 |
commit | 20473c1b017308bd3084cf308f06e75398f79eae (patch) | |
tree | 5ed10c5e2888aa4f09663e01b4fee47fe860fdad /build.gradle | |
parent | 273067b10390b40d1ebb09f9092f68a73ee171d8 (diff) | |
download | poi-20473c1b017308bd3084cf308f06e75398f79eae.tar.gz poi-20473c1b017308bd3084cf308f06e75398f79eae.zip |
pdfbox 2.0.29
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910753 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 2c086de807..0bd8bf1e1a 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ subprojects { xmlbeansVersion = '5.1.1' batikVersion = '1.16' graphics2dVersion = '0.43' - pdfboxVersion = '2.0.28' + pdfboxVersion = '2.0.29' saxonVersion = '11.5' apiGuardianVersion = '1.1.2' |