From 5bedd077a69af217dcf42bc8ad0291acaa20cebf Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 11 Aug 2023 14:52:47 +0000 Subject: [PATCH] curvesapi 1.08 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911604 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- poi-ooxml/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 0a9e2fc8c2..fa1b8638bf 100644 --- a/build.xml +++ b/build.xml @@ -330,7 +330,7 @@ under the License. - + diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 2bc59c9e70..5f2eaa1eed 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -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'