slf4j 1.7.21

This commit is contained in:
Enrique Zamudio
2016-07-04 10:32:45 -05:00
parent ea6896b767
commit abfd4f3e17

View File

@@ -17,9 +17,9 @@ configurations {
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'org.slf4j:slf4j-api:1.7.21'
testCompile 'junit:junit:4.12'
testRuntime 'org.slf4j:slf4j-simple:1.7.12'
testRuntime 'org.slf4j:slf4j-simple:1.7.21'
}
tasks.javadoc.options.use=true