aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-01-25 11:28:56 +0000
committerPJ Fanning <fanningpj@apache.org>2022-01-25 11:28:56 +0000
commit9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf (patch)
treeeac32d93d73a86fbb71da29a67254dadabbf3b51 /poi-integration/build.gradle
parent1980124358044aa480fb740dc50c7f846e4e90b2 (diff)
downloadpoi-9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf.tar.gz
poi-9fce5fb9fcf606f841a9ff2b6bd9f5f8e30f6caf.zip
slf4j 1.7.35
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 1521fc095d..630219180a 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.34'
+ testImplementation 'org.slf4j:slf4j-simple:1.7.35'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
if (SAXON_TEST) {