graphics2d 3.0.3

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-03-31 19:57:52 +00:00
parent cdb8fad845
commit 1f3d2a5c50
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ subprojects {
hamcrestVersion = '3.0'
xmlbeansVersion = '5.3.0'
batikVersion = '1.18'
graphics2dVersion = '3.0.2'
graphics2dVersion = '3.0.3'
pdfboxVersion = '3.0.4'
saxonVersion = '12.5'
xmlSecVersion = '3.0.5'

View File

@ -328,7 +328,7 @@ under the License.
<dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:3.0.4" usage="ooxml-provided"/>
<dependency prefix="pdf.pdfbox.io" artifact="org.apache.pdfbox:pdfbox-io:3.0.4" usage="ooxml-provided"/>
<dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:3.0.4" usage="ooxml-provided"/>
<dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:3.0.2" usage="ooxml-provided"/>
<dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:3.0.3" 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.08" usage="ooxml"/>