diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-15 14:56:38 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-15 14:56:38 +0000 |
commit | 47bcd74df9e403de4a2b6cd6207a305db62051ec (patch) | |
tree | c5b9b77f3ba19676c8d37188f0e5cf824b49e7e4 /poi-integration | |
parent | cf22264d7054884bc8a4ae322bafd7fb631c950e (diff) | |
download | poi-47bcd74df9e403de4a2b6cd6207a305db62051ec.tar.gz poi-47bcd74df9e403de4a2b6cd6207a305db62051ec.zip |
slf4j 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904091 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 0318c2f7af..0ffa7058c4 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.0' + testImplementation 'org.slf4j:slf4j-simple:2.0.1' testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { |