Browse Source

Upgraded to SLF4J 1.6.6

pull/465/head
Juergen Hoeller 12 years ago
parent
commit
2a3b29f98e
  1. 2
      build.gradle

2
build.gradle

@ -20,7 +20,7 @@ configure(allprojects) { project -> @@ -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"

Loading…
Cancel
Save