diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-04-22 23:13:13 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-04-22 23:13:13 +0000 |
commit | 0fcf2abdae41a568ce95ead8ab136e6a6fcd6ab3 (patch) | |
tree | 87bd35eab22dba815725d609455788a23d137cae /build.gradle | |
parent | a2fdb030231288cc864e93ca44bf635f9a7dfe37 (diff) | |
download | poi-0fcf2abdae41a568ce95ead8ab136e6a6fcd6ab3.tar.gz poi-0fcf2abdae41a568ce95ead8ab136e6a6fcd6ab3.zip |
upgrafe deps
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900168 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 0b718c67e8..4cfc901374 100644 --- a/build.gradle +++ b/build.gradle @@ -150,8 +150,8 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' batikVersion = '1.14' - graphics2dVersion = '0.37' - pdfboxVersion = '2.0.25' + graphics2dVersion = '0.38' + pdfboxVersion = '2.0.26' saxonVersion = '11.3' apiGuardianVersion = '1.1.2' |