JsonPath dependency upgraded to 1.1

Issue: SPR-12299
This commit is contained in:
Juergen Hoeller 2014-10-06 18:12:06 +02:00
parent 70fec47944
commit 1e9e6c9f6b
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,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:0.9.0")
optional("com.jayway.jsonpath:json-path:1.1.0")
optional("org.skyscreamer:jsonassert:1.2.3")
optional("xmlunit:xmlunit:1.5")
testCompile(project(":spring-context-support"))