updated to latest junit library

This commit is contained in:
Bobby Warner
2012-12-14 06:27:34 -06:00
parent 874f732c9b
commit 278199208e

View File

@@ -16,7 +16,7 @@ repositories {
dependencies {
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '2.0.5'
groovy group: 'org.codehaus.groovy', name: 'groovy-templates', version: '2.0.5'
testCompile group: 'junit', name: 'junit', version: '4.10'
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'info.cukes', name: 'cucumber-groovy', version: '1.0.14'
testCompile group: 'info.cukes', name: 'cucumber-junit', version: '1.0.14'
testCompile group: 'org.vert-x', name: 'vertx-core', version: '1.3.0.final'