aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-06-12 10:14:05 +0000
committerPJ Fanning <fanningpj@apache.org>2023-06-12 10:14:05 +0000
commit51bd992387ba06adeebe2fc2196611fe20d410f4 (patch)
treeb58cdc644bdb467665ccea9d24b28a8c0fb08286 /build.xml
parent0c62fc12f8c996693398a8016b4dd18590e58393 (diff)
downloadpoi-51bd992387ba06adeebe2fc2196611fe20d410f4.tar.gz
poi-51bd992387ba06adeebe2fc2196611fe20d410f4.zip
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d60bccf125..8eb3eaea2a 100644
--- a/build.xml
+++ b/build.xml
@@ -336,7 +336,7 @@ under the License.
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.2" usage="ooxml-tests"/>
- <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:32.0.0-jre" usage="ooxml-tests"/>
+ <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:32.0.1-jre" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.javassist" artifact="org.javassist:javassist:3.27.0-GA" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.7" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>