Upgrade JsonPath dependency in spring-test to 2.0.0

Issue: SPR-12969
This commit is contained in:
Sam Brannen 2015-05-02 20:46:32 +02:00
parent e56363737b
commit 8049dc358f
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ project("spring-test") {
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.hamcrest:hamcrest-core:1.3")
optional("com.jayway.jsonpath:json-path:1.2.0")
optional("com.jayway.jsonpath:json-path:2.0.0")
optional("org.skyscreamer:jsonassert:1.2.3")
optional("xmlunit:xmlunit:${xmlunitVersion}")
testCompile(project(":spring-context-support"))