]> source.dussan.org Git - poi.git/commitdiff
update guava
authorPJ Fanning <fanningpj@apache.org>
Wed, 5 Jun 2024 16:33:17 +0000 (16:33 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 5 Jun 2024 16:33:17 +0000 (16:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918176 13f79535-47bb-0310-9956-ffa450edef68

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

index 14e361f938a2b6b5e294f3e12d5e0344e7b494e1..5fc9c32d4ddc848b6fb0033c998d4f98d7d8202d 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -338,7 +338,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.1.1-jre" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:33.2.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.13" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
index f3875e1030a08b21087a12d30fce2bf7032d70bd..353e6928a81e0d3eee6c75136bdee2892e01d504 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.1.1-jre'
+    testImplementation 'com.google.guava:guava:33.2.1-jre'
     testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
     testImplementation 'org.slf4j:slf4j-simple:2.0.13'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
index 343c9e03737483d64589fb16bab7db4e8e6e4394..cffc4ceef5687b716497b53239327526e353d4e4 100644 (file)
@@ -41,7 +41,7 @@ sourceSets {
 dependencies {
     testImplementation 'org.apache.ant:ant:1.10.14'
     testImplementation 'org.apache.commons:commons-collections4:4.4'
-    testImplementation 'com.google.guava:guava:32.1.1-jre'
+    testImplementation 'com.google.guava:guava:33.2.1-jre'
 
     misc(project(':poi-ooxml')) {
         capabilities {
index 0c00729338e88402fd0a7a3a24c245da9d6322ad..2c2f0a1890c6ed81d96601599ef7e050c52f66e9 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.1.1-jre'
+    testImplementation 'com.google.guava:guava:33.2.1-jre'
     testImplementation 'org.tukaani:xz:1.9'
     testImplementation 'com.github.rzymek:opczip:1.2.0'