Upgraded to SLF4J 1.6.6

This commit is contained in:
Juergen Hoeller 2014-01-28 01:46:41 +01:00
parent d26a570192
commit 2a3b29f98e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ configure(allprojects) { project ->
ext.aspectjVersion = "1.7.2"
ext.hsqldbVersion = "1.8.0.10"
ext.junitVersion = "4.11"
ext.slf4jVersion = "1.6.1"
ext.slf4jVersion = "1.6.6"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
apply plugin: "propdeps"