diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-07-03 14:33:28 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-07-03 14:33:28 +0000 |
commit | cd5d0c3d0712249bd36d4ea461b86b7929694944 (patch) | |
tree | de119d57f38eda1bb99a0c6d5531c5be89f8fba8 /poi-excelant | |
parent | 20473c1b017308bd3084cf308f06e75398f79eae (diff) | |
download | poi-cd5d0c3d0712249bd36d4ea461b86b7929694944.tar.gz poi-cd5d0c3d0712249bd36d4ea461b86b7929694944.zip |
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910755 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 746c986e9f..9c14fe26a3 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:32.0.1-jre' + testImplementation 'com.google.guava:guava:32.1.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" testImplementation 'org.slf4j:slf4j-simple:2.0.7' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" |