diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-12 13:21:49 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-12 13:21:49 +0000 |
commit | fba69c1b4dbe4df8625f2d4ec01e669f5308e380 (patch) | |
tree | 8494a0235e13c6818dc15d1b2ad8186fc8683009 /build.gradle | |
parent | cbe165a05a3623319979106807bb6d37ee0042ae (diff) | |
download | poi-fba69c1b4dbe4df8625f2d4ec01e669f5308e380.tar.gz poi-fba69c1b4dbe4df8625f2d4ec01e669f5308e380.zip |
graphics2d 0.41
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904009 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 da262b7a59..7cfda74fb5 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.1.1' batikVersion = '1.14' - graphics2dVersion = '0.40' + graphics2dVersion = '0.41' pdfboxVersion = '2.0.26' saxonVersion = '11.4' apiGuardianVersion = '1.1.2' |