diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-07-03 14:33:28 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-07-03 14:33:28 +0000 |
commit | cd5d0c3d0712249bd36d4ea461b86b7929694944 (patch) | |
tree | de119d57f38eda1bb99a0c6d5531c5be89f8fba8 /build.xml | |
parent | 20473c1b017308bd3084cf308f06e75398f79eae (diff) | |
download | poi-cd5d0c3d0712249bd36d4ea461b86b7929694944.tar.gz poi-cd5d0c3d0712249bd36d4ea461b86b7929694944.zip |
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1-jre" usage="ooxml-tests"/> + <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:32.1.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"/> |