We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5e046 commit 85cb17bCopy full SHA for 85cb17b
build.gradle
@@ -95,7 +95,7 @@ subprojects {
95
96
dependencies {
97
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'
+ integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '5.5.6'
99
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1'
100
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
101
0 commit comments