summaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-28 14:41:05 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-28 14:41:05 +0000
commitc202e5d38b0876e2d525aebfaa67970257a17588 (patch)
tree268fe54ac9dfebbf8a51de90a097f5b4fa2045fa /poi-excelant
parentf2528bdfdc58faae3247fbfe344bd6f944681cc5 (diff)
downloadpoi-c202e5d38b0876e2d525aebfaa67970257a17588.tar.gz
poi-c202e5d38b0876e2d525aebfaa67970257a17588.zip
upgrade guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 5c705d2e8e..02c4a27aed 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -45,7 +45,7 @@ dependencies {
testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) {
exclude group: 'org.apache.poi', module: 'poi-scratchpad'
}
- testImplementation 'com.google.guava:guava:30.1.1-jre'
+ testImplementation 'com.google.guava:guava:31.0.1-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
}