Skip to content

Commit b696bd3

Browse files
Update dependency io.rest-assured:rest-assured-common to v5.3.2
1 parent 965f91c commit b696bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2repository/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprojects {
2424
dependencies {
2525
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.3.2'
2626
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'
27+
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '5.3.2'
2828
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
2929
integrationTestImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
3030

0 commit comments

Comments
 (0)