aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-06-07 10:23:06 +0000
committerPJ Fanning <fanningpj@apache.org>2023-06-07 10:23:06 +0000
commit367b8b797aa0e1d0a1f17fbe9e09caca175e5592 (patch)
tree84daddb0156cb74b3b69e14f4a3ec04af9d37040 /poi-integration/build.gradle
parentebb6796f699be3c524a552403548ee0eb4fbc5a4 (diff)
downloadpoi-367b8b797aa0e1d0a1f17fbe9e09caca175e5592.tar.gz
poi-367b8b797aa0e1d0a1f17fbe9e09caca175e5592.zip
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 95f8c1d1dc..2196ca21cc 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -41,7 +41,7 @@ sourceSets {
dependencies {
testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation 'org.apache.commons:commons-collections4:4.4'
- testImplementation 'com.google.guava:guava:31.1-jre'
+ testImplementation 'com.google.guava:guava:32.0.0-jre'
misc(project(':poi-ooxml')) {
capabilities {