diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-25 10:24:57 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-25 10:24:57 +0000 |
commit | 1980124358044aa480fb740dc50c7f846e4e90b2 (patch) | |
tree | 970ad1387f326c70d57a9cb04a7e8302c6a5835c /poi-integration | |
parent | d24ec8d26533cb5882914c67df38cd09b94fc08d (diff) | |
download | poi-1980124358044aa480fb740dc50c7f846e4e90b2.tar.gz poi-1980124358044aa480fb740dc50c7f846e4e90b2.zip |
slf4j 1.7.34
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897444 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index ec859eac36..1521fc095d 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -78,7 +78,7 @@ dependencies { } testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:1.7.33' + testImplementation 'org.slf4j:slf4j-simple:1.7.34' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { |