Skip to content

Commit a06bab6

Browse files
Update dependency io.rest-assured:rest-assured to v5
1 parent 763e1ba commit a06bab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jvmConsumer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
compile('org.springframework.boot:spring-boot-starter-web')
5050
testCompile('org.springframework.boot:spring-boot-starter-test')
5151
testCompile('au.com.dius:pact-jvm-consumer-junit_2.11:3.2.10')
52-
testCompile('io.rest-assured:rest-assured:3.0.0')
52+
testCompile('io.rest-assured:rest-assured:5.5.1')
5353
}
5454

5555

microservice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
compile('org.springframework.boot:spring-boot-starter-web')
5555
testCompile('org.springframework.boot:spring-boot-starter-test')
5656
testCompile('au.com.dius:pact-jvm-consumer-junit_2.11:3.2.10')
57-
testCompile('io.rest-assured:rest-assured:3.0.0')
57+
testCompile('io.rest-assured:rest-assured:5.5.1')
5858
}
5959

6060

0 commit comments

Comments
 (0)