]> source.dussan.org Git - poi.git/commitdiff
upgrade guava
authorPJ Fanning <fanningpj@apache.org>
Tue, 1 Mar 2022 21:43:08 +0000 (21:43 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 1 Mar 2022 21:43:08 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898512 13f79535-47bb-0310-9956-ffa450edef68

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

index 65c6801ed6852f7bb50be51e829add528d310ba3..f3a6c070b8ae58a1919147c0c2899f625047fbaf 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -335,7 +335,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:31.0.1-jre" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:31.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:1.7.36" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
index ecd8ed5f0786e30f94fcf1467bd5cd82bace750b..12772db7c70c1d6e8c47a5186185f859916754fb 100644 (file)
@@ -45,7 +45,7 @@ dependencies {
     testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) {
         exclude group: 'org.apache.poi', module: 'poi-scratchpad'
     }
-    testImplementation 'com.google.guava:guava:31.0.1-jre'
+    testImplementation 'com.google.guava:guava:31.1-jre'
     testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
     testImplementation 'org.slf4j:slf4j-simple:1.7.36'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
index 14e7a40ba915d7820d997bbac44a5ac1418e737b..781f1132b801c6e776008c37a7bfd006fa630eb7 100644 (file)
@@ -43,7 +43,7 @@ sourceSets {
 dependencies {
     testImplementation 'org.apache.ant:ant:1.10.12'
     testImplementation 'org.apache.commons:commons-collections4:4.4'
-    testImplementation 'com.google.guava:guava:31.0.1-jre'
+    testImplementation 'com.google.guava:guava:31.1-jre'
 
     misc(project(':poi-ooxml')) {
         capabilities {
index b9097c0abf903874d3ff755a9e6c140b9ff45be9..30614d0d880c14af876ef5a8c7b77a7ec2285458 100644 (file)
@@ -138,7 +138,7 @@ dependencies {
     testImplementation 'org.reflections:reflections:0.10.2'
     testImplementation 'org.openjdk.jmh:jmh-core:1.34'
     testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.34'
-    testImplementation 'com.google.guava:guava:31.0.1-jre'
+    testImplementation 'com.google.guava:guava:31.1-jre'
     testImplementation 'org.tukaani:xz:1.9'
     testImplementation 'com.github.rzymek:opczip:1.2.0'