diff options
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r-- | poi-excelant/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index e22a80f1f2..d8df08c117 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -35,7 +35,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.9' + api 'org.apache.ant:ant:1.10.11' api project(':poi-ooxml') api project(path: ':poi-ooxml', configuration: 'archives') @@ -45,8 +45,8 @@ dependencies { testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) { exclude group: 'org.apache.poi', module: 'poi-scratchpad' } - testImplementation 'com.google.guava:guava:30.0-jre' - testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1' + testImplementation 'com.google.guava:guava:30.1.1-jre' + testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}" } final String MODULE_NAME = 'org.apache.poi.excelant' |