Browse Source

slf4j version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893578 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
954bb70cc1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -63,7 +63,7 @@ configurations {
}

dependencies {
antLibs("org.junit.jupiter:junit-jupiter:5.7.2")
antLibs("org.junit.jupiter:junit-jupiter:5.8.1")
antLibs("org.apache.ant:ant-junitlauncher:1.10.11")
}

@@ -135,7 +135,7 @@ subprojects {
all {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:1.8.0-beta4'
force 'org.slf4j:slf4j-api:1.7.32'
}
}
}

Loading…
Cancel
Save