upgrade guava

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-28 14:41:05 +00:00
parent f2528bdfdc
commit c202e5d38b
3 changed files with 3 additions and 3 deletions

View 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:30.1.1-jre'
testImplementation 'com.google.guava:guava:31.0.1-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
}

View File

@ -43,7 +43,7 @@ sourceSets {
dependencies {
testImplementation 'org.apache.ant:ant:1.10.11'
testImplementation 'org.apache.commons:commons-collections4:4.4'
testImplementation 'com.google.guava:guava:30.1.1-jre'
testImplementation 'com.google.guava:guava:31.0.1-jre'
testRuntimeOnly 'org.slf4j:slf4j-api:1.7.32'
misc(project(':poi-ooxml')) {

View File

@ -135,7 +135,7 @@ dependencies {
testImplementation 'org.reflections:reflections:0.9.12'
testImplementation 'org.openjdk.jmh:jmh-core:1.33'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.33'
testImplementation 'com.google.guava:guava:30.1.1-jre'
testImplementation 'com.google.guava:guava:31.0.1-jre'
testImplementation 'org.tukaani:xz:1.9'
// prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.32 dependency