aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-08-20 16:29:36 +0000
committerPJ Fanning <fanningpj@apache.org>2024-08-20 16:29:36 +0000
commitcbda6bccf44db7ca2b5c54a919f05f920db843da (patch)
treeedcbe040132e6c4e99662551e5d71fcfa231778c
parent295e1d0bc95ed2c95171fb2a34f5beb520cb1c1d (diff)
downloadpoi-cbda6bccf44db7ca2b5c54a919f05f920db843da.tar.gz
poi-cbda6bccf44db7ca2b5c54a919f05f920db843da.zip
upgrade guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920074 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml2
-rw-r--r--poi-excelant/build.gradle2
-rw-r--r--poi-integration/build.gradle2
-rw-r--r--poi-ooxml/build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index c965a89bb7..365eab59b0 100644
--- 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"/>
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index a70308f2c7..72ccc49de2 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -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}"
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 4bc4c6f4bd..7a9538bc2b 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -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 {
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 9a1aedbca9..843c21ead5 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -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