aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-06-05 16:33:17 +0000
committerPJ Fanning <fanningpj@apache.org>2024-06-05 16:33:17 +0000
commita1a982a2fbb3b976c2bb5da728363f68262f4d28 (patch)
treee7499b3437245972e9bb7e4432e003b2df4a9332 /build.xml
parentf56eea8e45522cb497074ba9861f523705a9c7f2 (diff)
downloadpoi-a1a982a2fbb3b976c2bb5da728363f68262f4d28.tar.gz
poi-a1a982a2fbb3b976c2bb5da728363f68262f4d28.zip
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918176 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 14e361f938..5fc9c32d4d 100644
--- a/build.xml
+++ b/build.xml
@@ -338,7 +338,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.1.1-jre" usage="ooxml-tests"/>
+ <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:33.2.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.13" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>