diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-28 14:35:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-28 14:35:09 +0000 |
commit | 98705b80d41af4ea07868801ce0df25642ac6cd3 (patch) | |
tree | fd69f043969745d2ea9b942bb02a3eea36cca879 /poi-integration/build.gradle | |
parent | acd5d04daa2bb601cda4aa38787a2b66b22d157f (diff) | |
download | poi-98705b80d41af4ea07868801ce0df25642ac6cd3.tar.gz poi-98705b80d41af4ea07868801ce0df25642ac6cd3.zip |
slf4j 2.0.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/build.gradle')
-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 23edc9dcd4..11d3c72b8b 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-slf4j2-impl:${log4jVersion}" - testImplementation 'org.slf4j:slf4j-simple:2.0.2' + testImplementation 'org.slf4j:slf4j-simple:2.0.3' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { |