diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-28 13:24:31 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-28 13:24:31 +0000 |
commit | 622c20c51649a72e889fc02c650fb7a9993fd29a (patch) | |
tree | 87140d842fcabd44fe74062edb145d0db3ad9ca8 | |
parent | 95cc8bc1cabc5317ba5fc02d16e5516c37e3468e (diff) | |
download | poi-622c20c51649a72e889fc02c650fb7a9993fd29a.tar.gz poi-622c20c51649a72e889fc02c650fb7a9993fd29a.zip |
graphics2d 0.35
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898475 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index cdb2463420..f6d87dc567 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.0.3' batikVersion = '1.14' - graphics2dVersion = '0.34' + graphics2dVersion = '0.35' pdfboxVersion = '2.0.25' saxonVersion = '11.2' apiGuardianVersion = '1.1.2' @@ -326,11 +326,11 @@ under the License. <dependency prefix="svg.batik-xml" artifact="org.apache.xmlgraphics:batik-xml:1.14" usage="ooxml-batik"/> <dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:2.0.25" usage="ooxml-provided"/> <dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.25" usage="ooxml-provided"/> - <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.34" usage="ooxml-provided"/> + <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.35" 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.06" usage="ooxml"/> - <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.2" usage="ooxml"/> + <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.07" usage="ooxml"/> + <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.3" usage="ooxml"/> <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.21" usage="ooxml"/> <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target--> |