graphics2d 0.42

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-12-29 22:31:14 +00:00
parent 537dc7a933
commit 42a2c9606a
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ subprojects {
hamcrestVersion = '2.2'
xmlbeansVersion = '5.1.1'
batikVersion = '1.16'
graphics2dVersion = '0.41'
graphics2dVersion = '0.42'
pdfboxVersion = '2.0.27'
saxonVersion = '11.4'
apiGuardianVersion = '1.1.2'

View File

@ -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.27" usage="ooxml-provided"/>
<dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.27" usage="ooxml-provided"/>
<dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.41" usage="ooxml-provided"/>
<dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.42" 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"/>