diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-07 10:23:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-07 10:23:06 +0000 |
commit | 367b8b797aa0e1d0a1f17fbe9e09caca175e5592 (patch) | |
tree | 84daddb0156cb74b3b69e14f4a3ec04af9d37040 /poi-excelant | |
parent | ebb6796f699be3c524a552403548ee0eb4fbc5a4 (diff) | |
download | poi-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-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 92253c0ed2..71090b12ed 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:31.1-jre' + testImplementation 'com.google.guava:guava:32.0.0-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" testImplementation 'org.slf4j:slf4j-simple:2.0.7' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" |