Skip to content

Commit 76183be

Browse files
authored
Merge pull request #363 from kit-data-manager/renovate/com.jayway.jsonpath-json-path-2.x
fix(deps): update dependency com.jayway.jsonpath:json-path to v2.10.0
2 parents 7f649c6 + 4fd6dd6 commit 76183be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
9999
testImplementation("org.springframework.security:spring-security-test")
100100

101-
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
101+
testImplementation("com.jayway.jsonpath:json-path:2.10.0")
102102
}
103103

104104
application {

0 commit comments

Comments
 (0)