Upgrade to TestNG 6.8.5

Issue: SPR-10638
This commit is contained in:
Sam Brannen 2013-06-08 20:21:06 +02:00
parent 96e1fbc3bb
commit 96da406057
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ project("spring-test") {
optional(project(":spring-webmvc"))
optional(project(":spring-webmvc-portlet"), )
optional("junit:junit:${junitVersion}")
optional("org.testng:testng:6.5.2")
optional("org.testng:testng:6.8.5")
optional("javax.servlet:javax.servlet-api:3.0.1")
optional("javax.servlet.jsp:jsp-api:2.1")
optional("javax.portlet:portlet-api:2.0")