diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-05-13 15:49:36 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-05-13 15:49:36 +0000 |
commit | 48305903b362ae9dc4afcf20aa02ac2d3649f4df (patch) | |
tree | 01a5e2818e720567bde4a2ac762da7bb5eb3098e /build.gradle | |
parent | b91827e029a8b6fadf4f81bf84d082b2ecb314e5 (diff) | |
download | poi-48305903b362ae9dc4afcf20aa02ac2d3649f4df.tar.gz poi-48305903b362ae9dc4afcf20aa02ac2d3649f4df.zip |
graphics2d 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917702 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 e793051763..51a861d2d1 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.2.0' batikVersion = '1.17' - graphics2dVersion = '3.0.1' + graphics2dVersion = '3.0.2' pdfboxVersion = '3.0.2' saxonVersion = '12.4' xmlSecVersion = '3.0.4' |