diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-18 19:26:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-18 19:26:47 +0000 |
commit | 78deb9874e1baa02d0ffdc32300b7392356f04f6 (patch) | |
tree | 827b337a7b78ac1e82d52b752e332c121d76fcf0 /poi-ooxml/build.gradle | |
parent | f2d37da8fc4ca456d0794c3a97144b461378917a (diff) | |
download | poi-78deb9874e1baa02d0ffdc32300b7392356f04f6.tar.gz poi-78deb9874e1baa02d0ffdc32300b7392356f04f6.zip |
curvesapi 1.07
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index a0f922512f..ad07479fc2 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -70,7 +70,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.06' + api 'com.github.virtuald:curvesapi:1.07' api "org.apache.logging.log4j:log4j-api:${log4jVersion}" api 'org.apache.commons:commons-collections4:4.4' |