aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-08-20 16:29:36 +0000
committerPJ Fanning <fanningpj@apache.org>2024-08-20 16:29:36 +0000
commitcbda6bccf44db7ca2b5c54a919f05f920db843da (patch)
treeedcbe040132e6c4e99662551e5d71fcfa231778c /poi-excelant
parent295e1d0bc95ed2c95171fb2a34f5beb520cb1c1d (diff)
downloadpoi-cbda6bccf44db7ca2b5c54a919f05f920db843da.tar.gz
poi-cbda6bccf44db7ca2b5c54a919f05f920db843da.zip
upgrade guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920074 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 a70308f2c7..72ccc49de2 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -41,7 +41,7 @@ dependencies {
testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) {
exclude group: 'org.apache.poi', module: 'poi-scratchpad'
}
- testImplementation 'com.google.guava:guava:33.2.1-jre'
+ testImplementation 'com.google.guava:guava:33.3.0-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"