diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-01-09 15:28:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-01-09 15:28:26 +0000 |
commit | c3fd1d5731af09aeb62a48026b6437bed4f2c28f (patch) | |
tree | b7f50954a068081e08aff381075f0d95b1688437 /poi-excelant | |
parent | cf5cd6fb6b4644188d710dada07fa0701689ed62 (diff) | |
download | poi-c3fd1d5731af09aeb62a48026b6437bed4f2c28f.tar.gz poi-c3fd1d5731af09aeb62a48026b6437bed4f2c28f.zip |
slf4j 2.0.11
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915160 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 cba2d480ab..1d9a33c195 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -43,7 +43,7 @@ dependencies { } testImplementation 'com.google.guava:guava:32.1.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.10' + testImplementation 'org.slf4j:slf4j-simple:2.0.11' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" } |