diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-25 11:28:56 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-25 11:28:56 +0000 |
commit | 9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf (patch) | |
tree | eac32d93d73a86fbb71da29a67254dadabbf3b51 /poi-excelant | |
parent | 1980124358044aa480fb740dc50c7f846e4e90b2 (diff) | |
download | poi-9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf.tar.gz poi-9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf.zip |
slf4j 1.7.35
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index c07db31d9e..934843a065 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,7 +47,7 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:1.7.34' + testImplementation 'org.slf4j:slf4j-simple:1.7.35' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { |