We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fec47 commit 1e9e6c9Copy full SHA for 1e9e6c9
build.gradle
@@ -962,7 +962,7 @@ project("spring-test") {
962
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
963
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
964
optional("org.hamcrest:hamcrest-core:1.3")
965
- optional("com.jayway.jsonpath:json-path:0.9.0")
+ optional("com.jayway.jsonpath:json-path:1.1.0")
966
optional("org.skyscreamer:jsonassert:1.2.3")
967
optional("xmlunit:xmlunit:1.5")
968
testCompile(project(":spring-context-support"))
0 commit comments