Upgrade JsonPath dependency in spring-test to 2.0.0
Issue: SPR-12969
This commit is contained in:
parent
e56363737b
commit
8049dc358f
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue