diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-09-04 14:57:03 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-09-04 14:57:03 +0000 |
commit | 9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0 (patch) | |
tree | ec0706788004cad699853e715fae7a7378e179f4 /poi-integration | |
parent | 29990737157a4af2e2462252a44db665671e2a6e (diff) | |
download | poi-9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0.tar.gz poi-9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0.zip |
slf4j 2.0.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index bc2a70d058..c3d700356f 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -39,7 +39,7 @@ sourceSets { } dependencies { - testImplementation 'org.apache.ant:ant:1.10.12' + 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' @@ -76,7 +76,7 @@ dependencies { } testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.7' + testImplementation 'org.slf4j:slf4j-simple:2.0.9' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } |