We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965f91c commit b696bd3Copy full SHA for b696bd3
2repository/build.gradle
@@ -24,7 +24,7 @@ subprojects {
24
dependencies {
25
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.3.2'
26
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '5.3.1'
27
- integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '5.3.1'
+ integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '5.3.2'
28
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
29
integrationTestImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
30
0 commit comments