Skip to content

Commit 1e9e6c9

Browse files
committed
JsonPath dependency upgraded to 1.1
Issue: SPR-12299
1 parent 70fec47 commit 1e9e6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ project("spring-test") {
962962
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
963963
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
964964
optional("org.hamcrest:hamcrest-core:1.3")
965-
optional("com.jayway.jsonpath:json-path:0.9.0")
965+
optional("com.jayway.jsonpath:json-path:1.1.0")
966966
optional("org.skyscreamer:jsonassert:1.2.3")
967967
optional("xmlunit:xmlunit:1.5")
968968
testCompile(project(":spring-context-support"))

0 commit comments

Comments
 (0)