diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-08-29 12:40:23 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-08-29 12:40:23 +0000 |
commit | 93b1290097b8666298be53a9960422be2e3c4233 (patch) | |
tree | 9d4e76f125b3fd63a2fe97013cb05aa842b7237c /build.gradle | |
parent | 60bc28c4a6940150b416c0d3fe2aad64ac0d3e8a (diff) | |
download | poi-93b1290097b8666298be53a9960422be2e3c4233.tar.gz poi-93b1290097b8666298be53a9960422be2e3c4233.zip |
upgrade graphics2d
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903755 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 a052f4276b..7a30e155fb 100644 --- a/build.gradle +++ b/build.gradle @@ -151,7 +151,7 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.1.1' batikVersion = '1.14' - graphics2dVersion = '0.38' + graphics2dVersion = '0.40' pdfboxVersion = '2.0.26' saxonVersion = '11.4' apiGuardianVersion = '1.1.2' |