aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-06-12 10:14:05 +0000
committerPJ Fanning <fanningpj@apache.org>2023-06-12 10:14:05 +0000
commit51bd992387ba06adeebe2fc2196611fe20d410f4 (patch)
treeb58cdc644bdb467665ccea9d24b28a8c0fb08286 /poi-integration/build.gradle
parent0c62fc12f8c996693398a8016b4dd18590e58393 (diff)
downloadpoi-51bd992387ba06adeebe2fc2196611fe20d410f4.tar.gz
poi-51bd992387ba06adeebe2fc2196611fe20d410f4.zip
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910365 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 2196ca21cc..ad76a6b34c 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:32.0.0-jre'
+ testImplementation 'com.google.guava:guava:32.0.1-jre'
misc(project(':poi-ooxml')) {
capabilities {