]> source.dussan.org Git - poi.git/commitdiff
update guava
authorPJ Fanning <fanningpj@apache.org>
Mon, 3 Jul 2023 14:33:28 +0000 (14:33 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 3 Jul 2023 14:33:28 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910755 13f79535-47bb-0310-9956-ffa450edef68

build.xml
poi-excelant/build.gradle
poi-integration/build.gradle
poi-ooxml/build.gradle

index a07484463de11bd69174725da2191c74f47caa39..a95153a2b42ec57d9e6d7450f219412028e6b36f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -336,7 +336,7 @@ under the License.
 
     <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
     <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.2" usage="ooxml-tests"/>
-    <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:32.0.1-jre" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:32.1.1-jre" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.javassist" artifact="org.javassist:javassist:3.27.0-GA" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:2.0.7" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
index 746c986e9f764cd7ac8d6c9cd8e17ec23f8da63b..9c14fe26a354752560613c8f07d30e5a3eaa0266 100644 (file)
@@ -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}"
index ad76a6b34c7ed6182c9469deb69c77536fd084e6..3e631a2ff9b01adee4fee5f9a769b97321c17a0e 100644 (file)
@@ -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 {
index 68783740c12e7c5a343950c75cb8a882fd73ac4b..2bc59c9e70637571f8470ec93c201d6a55a9e485 100644 (file)
@@ -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'