We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 098e863 + 9be64d0 commit b028aabCopy full SHA for b028aab
build.gradle
@@ -96,7 +96,7 @@ subprojects {
96
}
97
98
dependencies {
99
- integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '3.0.1'
+ integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '3.3.0'
100
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '3.0.1'
101
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1'
102
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
0 commit comments