diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-11-25 14:18:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-11-25 14:18:00 +0000 |
commit | a1c38536b91c40587b6bbb3771efd94fcf44fe69 (patch) | |
tree | 4f4fa60de725bf19321d7d6cab5186667fa8f6b8 /poi-excelant | |
parent | bac21cc1a6d5a82c3edc859b5e6d60413ef642c1 (diff) | |
download | poi-a1c38536b91c40587b6bbb3771efd94fcf44fe69.tar.gz poi-a1c38536b91c40587b6bbb3771efd94fcf44fe69.zip |
slf4j 2.0.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905527 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 556315aaf4..0a0eaae202 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,7 +47,7 @@ dependencies { } testImplementation 'com.google.guava:guava:31.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.4' + testImplementation 'org.slf4j:slf4j-simple:2.0.5' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { |