]> source.dussan.org Git - poi.git/commitdiff
curvesapi 1.08
authorPJ Fanning <fanningpj@apache.org>
Fri, 11 Aug 2023 14:52:47 +0000 (14:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 11 Aug 2023 14:52:47 +0000 (14:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911604 13f79535-47bb-0310-9956-ffa450edef68

build.xml
poi-ooxml/build.gradle

index 0a9e2fc8c2844db7bcba95cefdc940285dc5f396..fa1b8638bff78656e02d2ac55add7a912174304b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -330,7 +330,7 @@ under the License.
     <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"/>
+    <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.08" usage="ooxml"/>
     <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.1.1" usage="ooxml"/>
     <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.23.0" usage="ooxml"/>
 
index 2bc59c9e70637571f8470ec93c201d6a55a9e485..5f2eaa1eed3e1994104a3277adb0add8bc69d564 100644 (file)
@@ -62,7 +62,7 @@ dependencies {
     api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
     api "org.apache.commons:commons-compress:${commonsCompressVersion}"
     api "commons-io:commons-io:${commonsIoVersion}"
-    api 'com.github.virtuald:curvesapi:1.07'
+    api 'com.github.virtuald:curvesapi:1.08'
     api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
     api 'org.apache.commons:commons-collections4:4.4'