]> source.dussan.org Git - poi.git/commitdiff
upgrade guava
authorPJ Fanning <fanningpj@apache.org>
Tue, 20 Aug 2024 16:29:36 +0000 (16:29 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 20 Aug 2024 16:29:36 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920074 13f79535-47bb-0310-9956-ffa450edef68

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

index c965a89bb7fe7f9cf247cd9fae9bbebe1f77cd98..365eab59b0c7a0985fa1b9c0896050e43574d039 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:33.2.1-jre" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:33.3.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.16" usage="ooxml-tests"/>
     <dependency prefix="ooxml.test.opczip" artifact="com.github.rzymek:opczip:1.2.0" usage="ooxml-tests"/>
index a70308f2c7d4fb4b6c65adb00b7d4f1cc6117645..72ccc49de2ab7c2079f96b2c3da1e9724a04d72c 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:33.2.1-jre'
+    testImplementation 'com.google.guava:guava:33.3.0-jre'
     testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
     testImplementation 'org.slf4j:slf4j-simple:2.0.16'
     testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
index 4bc4c6f4bd71e94cea8bffc8b47bca5fe3472d2a..7a9538bc2b0b6995d652cf88b6ca94aa129a9a85 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:33.2.1-jre'
+    testImplementation 'com.google.guava:guava:33.3.0-jre'
 
     misc(project(':poi-ooxml')) {
         capabilities {
index 9a1aedbca9511c46a0930c831f64d6582137aae0..843c21ead5566119fb1879ac33250b974b1ff858 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:33.2.1-jre'
+    testImplementation 'com.google.guava:guava:33.3.0-jre'
     testImplementation 'com.github.rzymek:opczip:1.2.0'
 
     // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency