diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-12-03 10:40:41 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-12-03 10:40:41 +0000 |
commit | 3f317f5b32db4462aa2e9b0e54bf07399ead71c1 (patch) | |
tree | 4035d0368931e7b1fb4daf00f5fcd5746b27fe00 /build.gradle | |
parent | 5b246ca08035a9343f1a1525b53149947be8e554 (diff) | |
download | poi-3f317f5b32db4462aa2e9b0e54bf07399ead71c1.tar.gz poi-3f317f5b32db4462aa2e9b0e54bf07399ead71c1.zip |
pdfbox/graphics2d 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914296 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 6afae968c5..99917e43a9 100644 --- a/build.gradle +++ b/build.gradle @@ -129,8 +129,8 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.2.0' batikVersion = '1.17' - graphics2dVersion = '0.43' - pdfboxVersion = '2.0.29' + graphics2dVersion = '3.0.1' + pdfboxVersion = '3.0.1' saxonVersion = '12.4' apiGuardianVersion = '1.1.2' |