@@ -182,9 +182,9 @@ dependencies {
182182 exclude(module : ' xercesImpl' )
183183 exclude(module : ' jdom' )
184184 }
185- compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.12 '
186- compile group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 1.7.12 '
187- compile group : ' org.slf4j' , name : ' jul-to-slf4j' , version : ' 1.7.12 '
185+ compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.21 '
186+ compile group : ' org.slf4j' , name : ' slf4j-log4j12' , version : ' 1.7.21 '
187+ compile group : ' org.slf4j' , name : ' jul-to-slf4j' , version : ' 1.7.21 '
188188 compile group : ' org.eclipse.jgit' , name : ' org.eclipse.jgit.http.server' , version : ' 4.1.0.201509280440-r'
189189 testCompile group : ' com.unboundid' , name : ' unboundid-ldapsdk' , version : ' 2.3.6'
190190 testCompile project(path : ' :common' , configuration : ' testOutput' )
@@ -540,7 +540,7 @@ task verifyWar(type: VerifyJarTask) {
540540 " jta-1.1.jar" ,
541541 " juel-api-2.1.2.jar" ,
542542 " juel-impl-2.1.2.jar" ,
543- " jul-to-slf4j-1.7.12 .jar" ,
543+ " jul-to-slf4j-1.7.21 .jar" ,
544544 " kahadb-5.5.0.jar" ,
545545 " kxml2-2.3.0.jar" ,
546546 " kxml2-min-2.3.0.jar" ,
@@ -566,8 +566,8 @@ task verifyWar(type: VerifyJarTask) {
566566 " shindig-common-1.1-BETA5-incubating.jar" ,
567567 " shindig-features-1.1-BETA5-incubating.jar" ,
568568 " shindig-gadgets-1.1-BETA5-incubating.jar" ,
569- " slf4j-api-1.7.12 .jar" ,
570- " slf4j-log4j12-1.7.12 .jar" ,
569+ " slf4j-api-1.7.21 .jar" ,
570+ " slf4j-log4j12-1.7.21 .jar" ,
571571 " smtp-1.4.4.jar" ,
572572 " spring-aop-3.1.3.RELEASE.jar" ,
573573 " spring-asm-3.1.3.RELEASE.jar" ,
0 commit comments