aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-07-03 14:33:28 +0000
committerPJ Fanning <fanningpj@apache.org>2023-07-03 14:33:28 +0000
commitcd5d0c3d0712249bd36d4ea461b86b7929694944 (patch)
treede119d57f38eda1bb99a0c6d5531c5be89f8fba8 /poi-ooxml
parent20473c1b017308bd3084cf308f06e75398f79eae (diff)
downloadpoi-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 'poi-ooxml')
-rw-r--r--poi-ooxml/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 68783740c1..2bc59c9e70 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -118,7 +118,7 @@ dependencies {
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
- testImplementation 'com.google.guava:guava:32.0.1-jre'
+ testImplementation 'com.google.guava:guava:32.1.1-jre'
testImplementation 'org.tukaani:xz:1.9'
testImplementation 'com.github.rzymek:opczip:1.2.0'