Skip to content

Commit 85cb17b

Browse files
Update dependency io.rest-assured:json-path to v5
1 parent 9a5e046 commit 85cb17b

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
@@ -95,7 +95,7 @@ subprojects {
9595

9696
dependencies {
9797
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '3.3.0'
98-
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '3.0.1'
98+
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '5.5.6'
9999
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1'
100100
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
101101

0 commit comments

Comments
 (0)