diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-08-20 16:29:36 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-08-20 16:29:36 +0000 |
commit | cbda6bccf44db7ca2b5c54a919f05f920db843da (patch) | |
tree | edcbe040132e6c4e99662551e5d71fcfa231778c /poi-excelant | |
parent | 295e1d0bc95ed2c95171fb2a34f5beb520cb1c1d (diff) | |
download | poi-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.gradle | 2 |
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}" |