diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-05-16 15:06:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-05-16 15:06:32 +0000 |
commit | fefd1da9590390217bf24d4fed1a92cf0ba770c4 (patch) | |
tree | 9243003c85b203654522b04abf7a425faa3c48bc | |
parent | 720027879fd6c80abe4c133cfa2496647060194f (diff) | |
download | poi-fefd1da9590390217bf24d4fed1a92cf0ba770c4.tar.gz poi-fefd1da9590390217bf24d4fed1a92cf0ba770c4.zip |
graphics2d 0.43
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909859 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 5df0b4e3f4..573303557f 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.1.1' batikVersion = '1.16' - graphics2dVersion = '0.42' + graphics2dVersion = '0.43' pdfboxVersion = '2.0.28' saxonVersion = '11.5' apiGuardianVersion = '1.1.2' @@ -327,7 +327,7 @@ under the License. <dependency prefix="svg.batik-xml" artifact="org.apache.xmlgraphics:batik-xml:1.16" usage="ooxml-batik"/> <dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:2.0.28" usage="ooxml-provided"/> <dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.28" usage="ooxml-provided"/> - <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.42" usage="ooxml-provided"/> + <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.43" usage="ooxml-provided"/> <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target--> <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.07" usage="ooxml"/> |