From: PJ Fanning Date: Mon, 3 Jul 2023 14:33:28 +0000 (+0000) Subject: update guava X-Git-Tag: REL_5_2_4~121 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd5d0c3d0712249bd36d4ea461b86b7929694944;p=poi.git update guava git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910755 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index a07484463d..a95153a2b4 100644 --- a/build.xml +++ b/build.xml @@ -336,7 +336,7 @@ under the License. - + 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}" diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index ad76a6b34c..3e631a2ff9 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -41,7 +41,7 @@ sourceSets { dependencies { testImplementation 'org.apache.ant:ant:1.10.12' testImplementation 'org.apache.commons:commons-collections4:4.4' - testImplementation 'com.google.guava:guava:32.0.1-jre' + testImplementation 'com.google.guava:guava:32.1.1-jre' misc(project(':poi-ooxml')) { capabilities { diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 68783740c1..2bc59c9e70 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -118,7 +118,7 @@ dependencies { testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.openjdk.jmh:jmh-core:1.36' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36' - testImplementation 'com.google.guava:guava:32.0.1-jre' + testImplementation 'com.google.guava:guava:32.1.1-jre' testImplementation 'org.tukaani:xz:1.9' testImplementation 'com.github.rzymek:opczip:1.2.0'