Author: fanningpj
Date: Wed Jun  7 10:23:06 2023
New Revision: 1910275

URL: http://svn.apache.org/viewvc?rev=1910275&view=rev
Log:
update guava

Modified:
    poi/trunk/build.xml
    poi/trunk/poi-excelant/build.gradle
    poi/trunk/poi-integration/build.gradle
    poi/trunk/poi-ooxml/build.gradle

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1910275&r1=1910274&r2=1910275&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Jun  7 10:23:06 2023
@@ -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:31.1-jre" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.guava" 
artifact="com.google.guava:guava:32.0.0-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"/>

Modified: poi/trunk/poi-excelant/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-excelant/build.gradle?rev=1910275&r1=1910274&r2=1910275&view=diff
==============================================================================
--- poi/trunk/poi-excelant/build.gradle (original)
+++ poi/trunk/poi-excelant/build.gradle Wed Jun  7 10:23:06 2023
@@ -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}"

Modified: poi/trunk/poi-integration/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-integration/build.gradle?rev=1910275&r1=1910274&r2=1910275&view=diff
==============================================================================
--- poi/trunk/poi-integration/build.gradle (original)
+++ poi/trunk/poi-integration/build.gradle Wed Jun  7 10:23:06 2023
@@ -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:31.1-jre'
+    testImplementation 'com.google.guava:guava:32.0.0-jre'
 
     misc(project(':poi-ooxml')) {
         capabilities {

Modified: poi/trunk/poi-ooxml/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/build.gradle?rev=1910275&r1=1910274&r2=1910275&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/build.gradle (original)
+++ poi/trunk/poi-ooxml/build.gradle Wed Jun  7 10:23:06 2023
@@ -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:31.1-jre'
+    testImplementation 'com.google.guava:guava:32.0.0-jre'
     testImplementation 'org.tukaani:xz:1.9'
     testImplementation 'com.github.rzymek:opczip:1.2.0'
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to