Skip to content

Commit b9c320c

Browse files
Update dependency io.rest-assured:rest-assured-common to v3.3.0
1 parent 5307cc4 commit b9c320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ subprojects {
107107
dependencies {
108108
integrationTestCompile group: 'io.rest-assured', name: 'rest-assured', version: '3.0.1'
109109
integrationTestCompile group: 'io.rest-assured', name: 'json-path', version: '3.0.1'
110-
integrationTestCompile group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1'
110+
integrationTestCompile group: 'io.rest-assured', name: 'rest-assured-common', version: '3.3.0'
111111
integrationTestCompile group: 'junit', name: 'junit', version: '4.11'
112112

113113
integrationTestRuntime group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2'

0 commit comments

Comments
 (0)