Skip to content

Commit 2a3b29f

Browse files
committed
Upgraded to SLF4J 1.6.6
1 parent d26a570 commit 2a3b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ configure(allprojects) { project ->
2020
ext.aspectjVersion = "1.7.2"
2121
ext.hsqldbVersion = "1.8.0.10"
2222
ext.junitVersion = "4.11"
23-
ext.slf4jVersion = "1.6.1"
23+
ext.slf4jVersion = "1.6.6"
2424
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
2525

2626
apply plugin: "propdeps"

0 commit comments

Comments
 (0)