diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-06-05 16:33:17 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-06-05 16:33:17 +0000 |
commit | a1a982a2fbb3b976c2bb5da728363f68262f4d28 (patch) | |
tree | e7499b3437245972e9bb7e4432e003b2df4a9332 /poi-integration | |
parent | f56eea8e45522cb497074ba9861f523705a9c7f2 (diff) | |
download | poi-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 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 343c9e0373..cffc4ceef5 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -41,7 +41,7 @@ sourceSets { dependencies { testImplementation 'org.apache.ant:ant:1.10.14' testImplementation 'org.apache.commons:commons-collections4:4.4' - testImplementation 'com.google.guava:guava:32.1.1-jre' + testImplementation 'com.google.guava:guava:33.2.1-jre' misc(project(':poi-ooxml')) { capabilities { |